Skip to content

tatuan19/btree-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

About The Project

A B-Tree visualizer using Java & JavaFX

This is 1 of 3 contents in my OOP project when I was in my third year of university. So I split it into a separate repository so that people can find it more easily.

Built With

  • JavaFX

Getting Started

  1. Get the lastest version of JavaFX (recommended)
  2. If you use Eclipse, you might get an error that can't run the main file. In that case, you can download the JavaFX library in this site & follow as in this video

Usage

See Introduction of B-Tree for more information about B-Tree.

Searching

Missing Gif

Insertion

Missing Gif

Deletion

Missing Gif

Contact

Full Our OOP Project Link: https://github.com/tatuan19/oop-project

Todo

  • Fix the tree's width when there are too many number inserted into the tree
  • Make the animation for insert/delete if possible