We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1d7a7 commit cd716e7Copy full SHA for cd716e7
Trie/readme.md
@@ -3,3 +3,6 @@
3
A trie is a tree and each node in it contains the number of pointers equal to the number of
4
characters of the alphabet. For example, if we assume that all the strings are formed with English
5
alphabet characters “a” to “z” then each node of the trie contains 26 pointers.
6
+
7
+## Questions :
8
+* Searching a word in trie ----> [C++](/Code/C++/searching_a_word_in_trie.cpp)
0 commit comments