An implementation of 2-3 B-Trees in Java designed to demonstrate insertion and deletion procedures by generating graphs using Graphviz.
- run
javac ProgramController.java - run
java ProgramController - Note that Graphviz must be installed on your device to visualize tree correctly
- Steps to install Graphviz are found here