Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 330 Bytes

File metadata and controls

8 lines (6 loc) · 330 Bytes

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