Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 898 Bytes

File metadata and controls

46 lines (30 loc) · 898 Bytes

🎉BinarySearchTree project

✍️This is for my university's project

🧑Manual

everything is in the venv

if you dont want use venv:
pip install binarytree 
pip install pydot

👷How work with it

in here as an input just put a number any number you want

pic

if you are done with number just leave it alone and click enter

pic

you gave the tree your number if you want to see your specific number exist in the tree

pic

it will say to you it exist or not

pic

delete a number from tree

pic

in the end shows you the tree

pic

🎥preview

pic

👨‍💻Used Technologies

  • python
  • pydot
  • binarytree