Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkiou/bplustree
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)
https://github.com/vkiou/bplustree
bplus-tree bplustree css databases html javascript
Last synced: 5 days ago
JSON representation
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)
- Host: GitHub
- URL: https://github.com/vkiou/bplustree
- Owner: vkiou
- Created: 2024-08-24T14:57:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T12:43:21.000Z (2 months ago)
- Last Synced: 2024-10-31T09:14:04.444Z (5 days ago)
- Topics: bplus-tree, bplustree, css, databases, html, javascript
- Language: JavaScript
- Homepage: https://vkiou.github.io/BPlusTree/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/