trie_find_subwords: Within a trie, find all possible words which can be created...

View source: R/trie.R

trie_find_subwordsR Documentation

Within a trie, find all possible words which can be created from the letters of the given word

Description

Within a trie, find all possible words which can be created from the letters of the given word

Usage

trie_find_subwords(trie, word)

Arguments

trie

root node of trie

word

single character string

Value

character vector of words, or NULL if no matching words found


coolbutuseless/simpletrie documentation built on July 28, 2024, 3:49 p.m.