B-Tree Tool
Thesis Type | Bachelor |
Thesis Status |
Finished
|
Student | Matteo Gläser |
Init |
|
Final |
|
Thesis Supervisor | |
Contact |
B-trees, initially developed in the 1970s, are still one of the most central datastructures in today's database management systems. B-trees and it's variations, e.g., B+-trees, are basics taught in database lectures. The aim of this thesis is to implement a web-based tool to help students understand how B Trees work. The tool is aimed to do this by visualizing the operations executed when keys are inserted into or deleted from the tree.