From cc85ae3802f2f015a353a81b48f33f1ff5cb6a10 Mon Sep 17 00:00:00 2001 From: yashasvi232 <154299201+yashasvi232@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:54:56 +0530 Subject: [PATCH] Update index.md --- contrib/ds-algorithms/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index 1d7293b..2263620 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -13,3 +13,4 @@ - [Stacks in Python](stacks.md) - [Sliding Window Technique](sliding-window.md) - [Trie](trie.md) +- [Dijkstra's Algorithm](Dijkstra's_algorithm.md)