Array
966. Vowel Spellchecker
A spellchecker: for each query, return a wordlist match by priority — exact → case-insensitive → vowel-insensitive (all vowels treated as wildcards, case-insensitive) — preferring the first wordlist…
Loading…
A spellchecker: for each query, return a wordlist match by priority — exact → case-insensitive → vowel-insensitive (all vowels treated as wildcards, case-insensitive) — preferring the first wordlist…
Loading…