Trie
Example:
Public Methods
insert
inline
Parameters
wWord to insert (ASCII characters)
search
const
Parameters
wWord to search for
Returns
true if word exists in triestarts_with
const
Parameters
prefixPrefix to search for
Returns
Vector of all words starting with prefix Returns empty vector if prefix not foundPrivate Attributes
root_
Private Methods
collect
const