/LeetCode-1935-Maximum-Number-of-Words-You-Can-Type

LeetCode Problem 1935. Maximum Number of Words You Can Type - The task is to count the number of words that can be typed using a malfunctioning keyboard, considering a given string of words and a list of broken letters. Words containing any broken letter are considered untypeable.

Primary LanguageJava

No issues in this repository yet.