Skip to content

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

Notifications You must be signed in to change notification settings

noorbuchi/2-3-B-Tree-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published