Realization of desktop application, which demonstrates RBTree
Current inplementation in Python with Tkinter library
Contains files
- BSTree.py: realization of binary search tree
- RBTree.py: realization of red-black tree
- frame.py: all functions for visualisation and animation (written with Tkinter)
- main.py: the main program that runs the application
- test4.py: test of RBT structure after insertions end deletions
Supports:
- addition
- deletion
- Download BSTree.py, RBTree.py, frame.py, main.py files in one directory
- Install Tkinter library for python 3 interpreter
- Run main.py
Support only integer keys for addition