Skip to content

Commit f52fa72

Browse files
authored
Update index.md
1 parent 7d98fe8 commit f52fa72

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

contrib/ds-algorithms/index.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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)
11+

0 commit comments

Comments
 (0)