mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-25 00:14:45 +00:00
updated Trie.c
This commit is contained in:
committed by
GitHub
parent
3cba1a56cb
commit
c10f9d0d14
@@ -125,7 +125,7 @@ void traverse(char prefix[], TrieNode *root)
|
||||
printPathsRecur(temp,prefix,j-1);
|
||||
}
|
||||
|
||||
/*------Demonstrate purposes uses text file with words -------*/
|
||||
/*------Demonstrate purposes uses text file called dictionary -------*/
|
||||
|
||||
#define NUMBER_OF_WORDS (354935)
|
||||
#define INPUT_WORD_SIZE (100)
|
||||
|
||||
Reference in New Issue
Block a user