mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
updated Trie.c
This commit is contained in:
parent
3cba1a56cb
commit
c10f9d0d14
@ -125,7 +125,7 @@ void traverse(char prefix[], TrieNode *root)
|
|||||||
printPathsRecur(temp,prefix,j-1);
|
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 NUMBER_OF_WORDS (354935)
|
||||||
#define INPUT_WORD_SIZE (100)
|
#define INPUT_WORD_SIZE (100)
|
||||||
|
Loading…
Reference in New Issue
Block a user