From 1c0d60b5d67b9155c473eb65549fd7850d2369dc Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 22 Jun 2024 15:45:35 +0530 Subject: [PATCH] Update index.md --- contrib/ds-algorithms/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index dda6713..f6249d1 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -16,8 +16,7 @@ - [Two Pointer Technique](two-pointer-technique.md) - [Hashing through Linear Probing](hashing-linear-probing.md) - [Hashing through Chaining](hashing-chaining.md) -- [Binary Tree](binary_tree.md) +- [Binary Tree](binary-tree.md) - [AVL Trees](avl-trees.md) - [Splay Trees](splay-trees.md) -- [Splay Trees](splay-trees.md) - [Dijkstra's Algorithm](dijkstra.md)