Types: n: int, word: List[str]
Ranges: 2 ≤ n ≤ 10,000, len(word[i]) ≤ 32, 1 ≤ len(word) ≤ 50
Addtl Info: word consists of lowercase English letters only