From 095ca582058409ca91cd1639e8ccdbb85f252dae Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 22 Jun 2024 16:09:13 +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 0fae2b9..7f26bc7 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -19,3 +19,4 @@ - [Heaps](heaps.md) - [AVL Trees](avl-trees.md) - [Splay Trees](splay-trees.md) +- [Dijkstra's Algorithm](dijkstra.md)