This is a learning application for datastructures and algorithms. Currently it only provides the visualisation for the data trees which are bst, avl, and rb trees.
The executable jar and exe files are provided in the "out/artifacts" folder.
Reference: Introduction to Java Programming by @Daniel_Liang