From fbc528b00bb794b358064b0585cbc1da23bd0d93 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 15 Jun 2024 23:34:50 +0530 Subject: [PATCH] Update index.md --- contrib/ds-algorithms/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index e1d12ce..047b3dd 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -18,4 +18,4 @@ - [Hashing through Chaining](hashing-chaining.md) - [AVL Trees](avl-trees.md) - [Splay Trees](splay-trees.md) -- [Dijkstra's Algorithm](Dijkstra's_algorithm.md) \ No newline at end of file +- [Dijkstra's Algorithm](dijkstra.md)