From 92c8f5937e614f992e65704e400bae1d165e9991 Mon Sep 17 00:00:00 2001 From: Aakash Panchal <51417248+Aakash-Panchal27@users.noreply.github.com> Date: Sat, 23 May 2020 14:19:10 +0530 Subject: [PATCH] Update Trie.md --- articles/Akash Articles/md/Trie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/Akash Articles/md/Trie.md b/articles/Akash Articles/md/Trie.md index 48e1f2a..5572655 100644 --- a/articles/Akash Articles/md/Trie.md +++ b/articles/Akash Articles/md/Trie.md @@ -65,7 +65,7 @@ Therefore, now for the shake of ease we are going to represent the nodes of trie And therefore representation of trie containing string "act" will be as below. -![enter image description here](https://github.com/KingsGambitLab/Lecture_Notes/blob/master/articles/Akash%20Articles/md/Images/Trie/6.jpg=s800) +![enter image description here](https://github.com/KingsGambitLab/Lecture_Notes/blob/master/articles/Akash%20Articles/md/Images/Trie/6(1).jpg) **Note:** Root node will be shown empty, as it only represents an empty string, so to speak.