1
0
mirror of https://github.com/dholerobin/Lecture_Notes.git synced 2025-03-16 14:19:58 +00:00

Update Trie.md

This commit is contained in:
Aakash Panchal 2020-05-23 14:19:10 +05:30 committed by GitHub
parent 7a083fd7da
commit 92c8f5937e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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. 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. **Note:** Root node will be shown empty, as it only represents an empty string, so to speak.