Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .portfolio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "Coding Challenges Knowledge Base",
"tags": ["Algorithms", "Data Structures", "Competitive Programming", "Problem Solving", "Patterns"],
"order": 1,
"description": {
"en": "Enterprise-grade knowledge base for algorithmic problem solving across competitive-programming platforms. It documents the reasoning, complexity trade-offs, and reusable patterns behind each solution — not just the accepted code.",
"ja": "競技プログラミング各プラットフォームのアルゴリズム課題を解くためのナレッジベース。正解コードを保存するだけでなく、その背後にある思考過程・計算量のトレードオフ・再利用可能なパターンを記録する。",
"zh": "面向各竞赛编程平台算法题的知识库:不仅保存通过的解法代码,更系统记录解题思路、复杂度权衡与可复用的模式。"
}
}
2 changes: 1 addition & 1 deletion platforms/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generated": "2026-06-18",
"generated": "2026-06-19",
"version": 1,
"catalogued": 16,
"platforms": [
Expand Down
Loading