From 2647dbc3678d8380da938bc2ff02cb2243fc37b1 Mon Sep 17 00:00:00 2001 From: yashasvi232 <154299201+yashasvi232@users.noreply.github.com> Date: Sat, 8 Jun 2024 11:48:48 +0530 Subject: [PATCH] Update index.md --- contrib/ds-algorithms/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index 2263620..b18b79a 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -13,4 +13,6 @@ - [Stacks in Python](stacks.md) - [Sliding Window Technique](sliding-window.md) - [Trie](trie.md) +- [Two Pointer Technique](two-pointer-technique.md) +- [Hashing through Linear Probing](hashing-linear-probing.md) - [Dijkstra's Algorithm](Dijkstra's_algorithm.md)