The binary tree is simply a steppingstone in understanding the AVL operations on a basic level. However, still uploading it up if anyone finds it helpful. But beware that there are propably bugs in the code and is not testet properly.
However it is a great tool in graphically displaying how a BST looks after instertion of nodes. plot.c is responsiple for generating the .dot files and use graphviz(sudo apt-get install graphviz) to view files.
- $Make compiles and generates a .dot file
You are free:
to Share - to copy, distribute and transmit the work to Remix - to adapt the work Under the following conditions:
Attribution - You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
Waiver - Any of the above conditions can be waived if you get permission from the copyright holder. Other Rights - In no way are any of the following rights affected by the license: Your fair dealing or fair use rights; The author’s moral rights; Rights other persons may have either in the work itself or in how the work is used, such as publicity or privacy rights.
