Skip to content

Commit 0862028

Browse files
committed
🔧 chore(concepts): rename and reorganize concept files
- rename index.mdx to 00-index.mdx for better order - update sidebar positions for sorting, backtracking, and branch-and-bound - add new sorting algorithms and parallel algorithms placeholders
1 parent 2248f12 commit 0862028

5 files changed

Lines changed: 19 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 0
33
title: Course Overview
44
---
55

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar_position: 1
3+
title: Sorting Algorithms
4+
---
5+
6+
# Sorting Algorithms
7+
8+
*Coming soon.*

concepts/04-state-space-search-and-optimization/01-backtracking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 5
2+
sidebar_position: 1
33
title: Backtracking
44
---
55

concepts/04-state-space-search-and-optimization/02-branch-and-bound.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 6
2+
sidebar_position: 2
33
title: Branch and Bound
44
---
55

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
sidebar_position: 61
3+
title: Parallel Algorithms
4+
---
5+
6+
# Parallel Algorithms
7+
8+
*Coming soon.*

0 commit comments

Comments
 (0)