Implement a Trie with `insert(word)`, `search(word)`, and `startsWith(prefix)` methods for lowercase English words.
N/A (Design problem).
N/A.
Example 1:
Input:
Output: