Task
π **Question:** Implement `Trie` with `insert(word)` and `starts_with(prefix)` returning sorted matches. Insert ['cat','car','cart','dog']. Print `starts_with('ca')`.
π Pick the right answer.
π‘ **Hint:** Re-read the theory above if unsure.