Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 417 Bytes

File metadata and controls

9 lines (7 loc) · 417 Bytes

2-3-B-Tree-Java

An implementation of 2-3 B-Trees in Java designed to demonstrate insertion and deletion procedures by generating graphs using Graphviz.

Steps to run the program

  • 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