Status: IN
`find_words` is O(n*m) where n is word count and m is max word length — one pass through each word with constant-time dict lookups and a set-size check.
Source: entries/2026/06/06/keyboard-row-solution.md
JSON