Skip to content

GUI binary tree implanter using python for our academic project and algorithm course

License

Notifications You must be signed in to change notification settings

assaabriiii/Graphical-binary-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple program to run binary tree options + graphical design

Menu :

alt text

Graphic :

alt text

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

About

GUI binary tree implanter using python for our academic project and algorithm course

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages