From 0a6d9cd1bfedd86cd85a0414e92f43014e9e8c19 Mon Sep 17 00:00:00 2001 From: saiumasankar Date: Fri, 31 May 2024 11:25:29 +0530 Subject: [PATCH] update index.md --- contrib/ds-algorithms/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index 31cff39..653cc98 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -10,3 +10,4 @@ - [Greedy Algorithms](greedy-algorithms.md) - [Dynamic Programming](dynamic-programming.md) - [Linked list](linked-list.md) +- [Trie](Trie.md)