From 4ac04e290924c1d3856648d83545ede728d2578c Mon Sep 17 00:00:00 2001 From: Suyash Lakhotia Date: Mon, 16 Oct 2017 21:57:02 +0800 Subject: [PATCH] Added Missing Link for Trie Implementation --- algorithms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/README.md b/algorithms/README.md index d774faed..724b7be1 100644 --- a/algorithms/README.md +++ b/algorithms/README.md @@ -536,7 +536,7 @@ When a question involves a BST, the interviewer is usually looking for a solutio #### Study Links - [Trying to Understand Tries](https://medium.com/basecs/trying-to-understand-tries-3ec6bede0014) -- [Implement Trie (Prefix Tree)] +- [Trie Implementation](http://www.geeksforgeeks.org/trie-insert-and-search/) #### Notes