noorbuchi / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 93.7%Language:Jupyter Notebook 6.3%