diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index 6569868..4f458f7 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -2,6 +2,8 @@ - [Section title](filename.md) - [Time Space Complexity](time-space-complexity.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)