From f52fa729cffddbeed121826024ca972ff97cd1a9 Mon Sep 17 00:00:00 2001 From: Eshparsi <112681516+Eshparsi@users.noreply.github.com> Date: Thu, 23 May 2024 07:28:59 +0530 Subject: [PATCH] Update index.md --- contrib/ds-algorithms/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index 347a9d0..adec6aa 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -1,5 +1,11 @@ # 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) +