trie_contain.Rd
Search if a word is present in the trie.
trie_contain(trie, word)
trie | A |
---|---|
word | The word to be searched in the trie. |
a logical indicating that if the word is present or not. Returns TRUE if the word is in the trie. Returns FALSE if the word is not in the trie.
#> [1] FALSE