find_possible_words: Find possible words

Description Usage Arguments Value

View source: R/find_possible_words.R

Description

Find possible words in letter matrix.

Usage

1
find_possible_words(mers_tree, known_words, word_lengths, word_letters)

Arguments

mers_tree

K-mers within letter matrix.

known_words

Table of known words.

word_lengths

Lengths of words to find.

word_letters

First letters of words to find.

Value

A character vector of known words that are in the letter matrix


jolyonfaria/wordsearchgame documentation built on June 26, 2020, 7:58 p.m.