Skip to content

Commit b1d88c2

Browse files
committed
✨ feat(concepts): add new categories for fundamental topics
- create category for "Foundamental Problem Domains" with description - create category for "Algorithm Design Paradigms" with description - create category for "State Space Search and Optimization" with description - create category for "Advanced Execution Models" with description
1 parent 2a810ff commit b1d88c2

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "2. Foundamental Problem Domains",
3+
"link": {
4+
"type": "generated-index",
5+
"description": "Explore fundamental problem domains and their algorithmic solutions."
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "3. Algorithm Design Paradigms",
3+
"link": {
4+
"type": "generated-index",
5+
"description": "Explore various algorithm design approaches and their applications in solving complex computational problems."
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "4. State Space Search and Optimization",
3+
"link": {
4+
"type": "generated-index",
5+
"description": "Explore state space search techniques and optimization strategies for solving complex computational problems."
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "5. Advanced Execution Models",
3+
"link": {
4+
"type": "generated-index",
5+
"description": "Explore advanced execution models and their applications in modern computing environments."
6+
}
7+
}

0 commit comments

Comments
 (0)