This Project is the implementation of B-Tree data structure with Graphical Representation.
It contains a textfield to take a key as an input from user and a button to insert key into the B-Tree.
Libraries Used in this project are:
- Java Swing library
- G(G.jar) library to use graphics in this project.