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)