trie_find_subwords_inner: Find anagrams using all possible subsets of characters

View source: R/trie.R

trie_find_subwords_innerR Documentation

Find anagrams using all possible subsets of characters

Description

Find anagrams using all possible subsets of characters

Usage

trie_find_subwords_inner(node, chars)

Arguments

node

starting node of tree

chars

vector of single characters. Use '.' for a wildcard

Value

character vector of words. may contain duplicates


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