Problem Statement | |||||||||||||
All the alphabetical keys on your keyboard are broken. Given a String word, return the minimal number of keys you must repair to be able to type word. | |||||||||||||
Definition | |||||||||||||
| |||||||||||||
Constraints | |||||||||||||
- | word will contain between 1 and 50 characters, inclusive. | ||||||||||||
- | word will contain only lowercase letters ('a'-'z'). | ||||||||||||
Examples | |||||||||||||
0) | |||||||||||||
| |||||||||||||
1) | |||||||||||||
| |||||||||||||
2) | |||||||||||||
|