Simple program to run binary tree options + graphical design Menu : Graphic : You can intall this as a python package: pip install BinaryTreat Usage: from BinaryTrees.Node import BinaryTree tree = [12,2,123,2,12] tree = BinaryTree(tree) tree.draw() # also checkout other methods Authors Amir Sabri: @assaabriiii Kimia Keivanloo: @kimiakeivan