We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7d0c7 commit 6469d5fCopy full SHA for 6469d5f
README.md
@@ -50,7 +50,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
50
- [Find k Nodes from Root of BST](src/_DataStructures_/Trees/BinarySearchTree/find-k-nodes-from-root)
51
- [Suffix Tree](src/_DataStructures_/SuffixTree)
52
- [Trie](src/_DataStructures_/Trees/Trie)
53
- - [Total Words in a Trie](src/_DataStructures_/Trees/Trie/total-words-in-trie)
+ - [Total count of words in a Trie](src/_DataStructures_/Trees/Trie/total-words-in-trie)
54
- [All the words from a Trie](src/_DataStructures_/Trees/Trie/all-words-in-trie)
55
56
### Logical Problems
0 commit comments