Skip to content

marty-power/TrieVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrieVisualizer

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.

To Insert a New Word

  • Type new word into newWord box
  • Click addWord

To Delete a Word from the Trie

  • Type word to be deleted into deletedWord box
  • Click deleteWord

Current Tasks

  • Create basic animations
  • Prevent nodes from overlapping
    • The HashSet method didn't work, try out using bounding boxes to detect collisions
  • Create Wizard animations

About

Visualizer of Trie data structure using THREE.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published