We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc18bfe commit 8b11aa5Copy full SHA for 8b11aa5
contrib/ds-algorithms/index.md
@@ -1,5 +1,10 @@
1
# List of sections
2
3
-- [Section title](filename.md)
4
-- [Sorting Algorithms](sorting-algorithms.md)
+- [Queues in Python](Queues.md)
5
- [Graphs](graph.md)
+- [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