Skip to content

Support for Sub-Tries

Methods to create sub-trie "views" of the current Trie.

  • Create a sub-trie for the words with a common prefix subTrie(prefix)
  • Create a sub-trie from as start word to end word subTrie(startWord, endWord)