Vowel Spellchecker
Try to solve the Vowel Spellchecker problem.
We'll cover the following...
Statement
Given a list of correct words wordlist and a list of queries, implement a spellchecker that attempts to match each query word to a correct word from ...