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 TypeMethodDescriptionvoid
private void
insert
(String word, Trie.TrieNode root, int idx) boolean
boolean
search
(String word, Trie.TrieNode root, int idx) boolean
startsWith
(String prefix)
-
Field Details
-
root
-
startWith
private boolean startWith
-
-
Constructor Details
-
Trie
public Trie()
-
-
Method Details
-
insert
-
insert
-
search
-
search
-
startsWith
-