File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,10 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
50
50
- [ Find k Nodes from Root of BST] ( src/_DataStructures_/Trees/BinarySearchTree/find-k-nodes-from-root )
51
51
- [ Suffix Tree] ( src/_DataStructures_/SuffixTree )
52
52
- [ Trie] ( src/_DataStructures_/Trees/Trie )
53
- - [ Total count of words in a Trie] ( src/_DataStructures_/Trees/Trie/total-words-in-trie )
53
+ - [ Total words count count in a Trie] ( src/_DataStructures_/Trees/Trie/total-words-in-trie )
54
+ - [ Unique words count in a Trie] ( src/_DataStructures_/Trees/Trie/unique-word-count )
54
55
- [ All the words from a Trie] ( src/_DataStructures_/Trees/Trie/all-words-in-trie )
56
+ - [ Unique words in a Trie] ( src/_DataStructures_/Trees/Trie/get-unique-words )
55
57
56
58
### Logical Problems
57
59
You can’t perform that action at this time.
0 commit comments