Status: IN
`canBeTypedWords` converts `brokenLetters` to a set and uses `set.isdisjoint` against each word, achieving O(n) time in total text length instead of O(n*b).
Source: entries/2026/06/06/maximum-number-of-words-you-can-type-solution.md
JSON