From 749aa23485d565a52eee2ec025d3139d2e2b41f9 Mon Sep 17 00:00:00 2001 From: shivam navadiya Date: Tue, 21 May 2024 18:17:04 +0530 Subject: [PATCH] Updated index.md --- contrib/ds-algorithms/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index 5b52155..0e1f256 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -2,3 +2,8 @@ - [Section title](filename.md) - [Sorting Algorithms](sorting-algorithms.md) +- [Divide and Conquer Algorithm](divide-and-conquer-algorithm) +- [Searching Algorithms](searching-algorithms.md) +- [Greedy Algorithms](greedy-algorithms.md) +- [Dynamic Programming](dynamic-programming.md) +