Naar hoofdinhoud
๐Ÿ”’ Voorbeeldmodus. De eerste vijftien Foundations-lessen zijn gratis; deze is Pro. Start een 7-daagse trial om de editor, AI-hints en de rest van het curriculum te ontgrendelen. Kaart vereist, op elk moment opzegbaar in Dashboard.Start 7-daagse trial โ†’
โšก
โ† Cursussenโ€บInterview PrepModule 4 ยท Dynamisch Programmeren & Heapโ€บProbeer: voorvoegsel automatisch aanvullenwrite55 / 104
+150 XP
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.
โœ๏ธ Schrijf hier je code
๐Ÿ
Python laden...
Eenmalige download (~1 MB). Daarna direct beschikbaar.
๐Ÿ“Š Resultaat
Klik op Uitvoeren om het resultaat te zien...