From 8b11aa5ade20c585a25ff48e34e08af59742d34b Mon Sep 17 00:00:00 2001 From: Eshparsi Date: Thu, 23 May 2024 07:34:09 +0530 Subject: [PATCH] . --- contrib/ds-algorithms/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index 347a9d0..706729e 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -1,5 +1,10 @@ # List of sections -- [Section title](filename.md) -- [Sorting Algorithms](sorting-algorithms.md) +- [Queues in Python](Queues.md) - [Graphs](graph.md) +- [Sorting Algorithms](sorting-algorithms.md) +- [Recursion and Backtracking](recursion.md) +- [Divide and Conquer Algorithm](divide-and-conquer-algorithm.md) +- [Searching Algorithms](searching-algorithms.md) +- [Greedy Algorithms](greedy-algorithms.md) +- [Dynamic Programming](dynamic-programming.md) \ No newline at end of file