From 89fe7785d17059c94e7de4c53b799086a3ed7d39 Mon Sep 17 00:00:00 2001 From: mankalavaishnavi Date: Mon, 10 Jun 2024 16:45:31 +0530 Subject: [PATCH] updated 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..aa99f4f 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) +- [Heaps in Python](heaps.md) \ No newline at end of file