From ba59ef608ca96405abc6f9a9c14d2b1a26ed5ffe Mon Sep 17 00:00:00 2001 From: Ishita-Jena <167574361+Ishita-Jena@users.noreply.github.com> Date: Sun, 9 Jun 2024 04:02:49 +0530 Subject: [PATCH] Update index.md --- contrib/ds-algorithms/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index 9c05b15..ecc4a10 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -15,4 +15,5 @@ - [Trie](trie.md) - [Two Pointer Technique](two-pointer-technique.md) - [Hashing through Linear Probing](hashing-linear-probing.md) -- [Hashing through Chaining](hashing-chaining.md) \ No newline at end of file +- [Hashing through Chaining](hashing-chaining.md) +- [Binary Tree](binary_tree.md)