Skip to content

A page that visualizes the basic methods of a B+ Tree, based on the algorithms from the book "Database System Concepts, 7th Edition" by Avi Silberschatz, Henry F. Korth and S. Sudarshan (the visualization part is still under construction but it works)

Notifications You must be signed in to change notification settings

vkiou/BPlusTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This page is created as a side project for the course "Databases", which I attended during the 8th semester of my undergraduate studies at the School of Applied Mathematics and Physical Sciences at the National Technical University of Athens. This page visualizes the basic operations of a B+ Tree, such as insertion,deletion and search, according to the algorithms used in the book "Database System Concepts, 7th Edition" by Avi Silberschatz, Henry F. Korth and S. Sudarshan. The files in this repository are:

  • MyB+TreeVisualization.html : The main page.
  • events.js : A javascript file that creates dynamic changes in the page.
  • working.js : A javascript file that implements the algortihms for the B+ Tree, according to the book.
  • style.css : A css file to style the page.

The URL for the site is this: https://vkiou.github.io/BPlusTree/

About

A page that visualizes the basic methods of a B+ Tree, based on the algorithms from the book "Database System Concepts, 7th Edition" by Avi Silberschatz, Henry F. Korth and S. Sudarshan (the visualization part is still under construction but it works)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published