Skip to content

Valentin-Golyonko/Binary_Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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