Samielleuch / BinaryTreeVisualiser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 88.3%Language:HTML 11.7%