Search
⌘K

Leetcode 1935. Maximum Number of Words You Can Type

Given a space-separated string and a set of broken letter keys, count how many words contain none of the broken letters. Essentially, for each word check membership against the broken-letter set and tally those with no forbidden characters.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.