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.
- JavaFX
- Get the lastest version of JavaFX (recommended)
- 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
See Introduction of B-Tree for more information about B-Tree.
Full Our OOP Project Link: https://github.com/tatuan19/oop-project
- Fix the tree's width when there are too many number inserted into the tree
- Make the animation for insert/delete if possible