Package com.github.underscore
Class Trie
java.lang.Object
com.github.underscore.Trie
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate voidinsert(String word, Trie.TrieNode root, int idx) booleanbooleansearch(String word, Trie.TrieNode root, int idx) booleanstartsWith(String prefix)
-
Field Details
-
root
-
startWith
private boolean startWith
-
-
Constructor Details
-
Trie
public Trie()
-
-
Method Details
-
insert
-
insert
-
search
-
search
-
startsWith
-