Uses of Class
g0201_0300.s0208_implement_trie_prefix_tree.TrieNode
-
Packages that use TrieNode Package Description g0201_0300.s0208_implement_trie_prefix_tree -
-
Uses of TrieNode in g0201_0300.s0208_implement_trie_prefix_tree
Fields in g0201_0300.s0208_implement_trie_prefix_tree declared as TrieNode Modifier and Type Field Description TrieNode[]
TrieNode. children
Methods in g0201_0300.s0208_implement_trie_prefix_tree with parameters of type TrieNode Modifier and Type Method Description boolean
Trie. search(String word, TrieNode root, int idx)
-