Skip to content

Commit cd716e7

Browse files
authored
update link
1 parent 7d1d7a7 commit cd716e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Trie/readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
A trie is a tree and each node in it contains the number of pointers equal to the number of
44
characters of the alphabet. For example, if we assume that all the strings are formed with English
55
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

Comments
 (0)