Skip to content

Commit 8b11aa5

Browse files
committed
.
1 parent bc18bfe commit 8b11aa5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

contrib/ds-algorithms/index.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# List of sections
22

3-
- [Section title](filename.md)
4-
- [Sorting Algorithms](sorting-algorithms.md)
3+
- [Queues in Python](Queues.md)
54
- [Graphs](graph.md)
5+
- [Sorting Algorithms](sorting-algorithms.md)
6+
- [Recursion and Backtracking](recursion.md)
7+
- [Divide and Conquer Algorithm](divide-and-conquer-algorithm.md)
8+
- [Searching Algorithms](searching-algorithms.md)
9+
- [Greedy Algorithms](greedy-algorithms.md)
10+
- [Dynamic Programming](dynamic-programming.md)

0 commit comments

Comments
 (0)