/Binary_Tree

Binary Tree

Primary LanguagePythonApache License 2.0Apache-2.0

Binary_Tree

Binary Tree Python with graphic

Task

Create binary tree algorithm that can:

  • find student by a score
  • find all students with a score
  • delete student by a score
  • delete all students with a score
  • user can not change student score

Additionally:

  • OOP
  • build GUI
  • any kind of visualisation

Video

YouTube: Binary Tree Python

Img

GUI:

web_view

Graph:

web_view

BUG:

  • points on the graph intersect

ex:

web_view