Sarcină🌐 shown in EN
📝 **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.