This repository contains a training exercise to get familiar with Trie data structure.
- check the onboarding presentation on the Trie data structure
- choose branch as difficulty:
practicing(default) - contains general docs, suited for those who want to practice the Trie data structure implementation.learning- contains detailed hints to help you learn the Trie data structure implementation.
- open
org.codeus.Trieclass and implement all classes and methods. It is better to start implementingNodeandTrieclasses' fields and constructors. - run
org.codeus.TrieTestto verify your implementation.
If you are stuck, check the completed branch to see the completed implementation.
Implement methods recursively/iteratively (pick the one you have not done) - start with remove method.
Interested in more tasks like this 🤔? Join Codeus Community at Discord