Opdracht๐ 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.