Skip to content

Samielleuch/BinaryTreeVisualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree Visualizer

easy place to test out your tree algorithmes and see them come to life with this visualize

                           HOW TO USE ME
  • Create the Tree Objects tree10 = new Tree(null, null, 10);

  • Call drawTree_( **ROOT_TREE_HERE** , 300, 100, 100);

  • Open the index.html file

About

a very simple javascript library to generate visalisation for Binary Trees so students can test their own algorithms add and remove algorithmes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published