Letter Pattern Word Search
This is a JavaScript/PHP implementation of the letter pattern word search program. This takes a series of C and V characters then finds words with matching consonants and vowels with the given pattern. I originally built a C++ version of this to find words with given patterns for…
Continue reading