
Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
You should be familiar with how a Trie works. If not, please work on this problem: <a href="https://leetcode.com/problems/implement-trie-prefix-tree/">Implement Trie (Prefix Tree)</a> first.