A visualization of the Trie data structure, commonly used to represent words.
This visualizer allows you to insert into or delete from a Trie, and allows you to insert/delete just one or multiple words at once.
- Type new word into
newWordbox - Click
addWord
- Type word to be deleted into
deletedWordbox - Click
deleteWord
- Create basic animations
- Prevent nodes from overlapping
- The HashSet method didn't work, try out using bounding boxes to detect collisions
- Create Wizard animations