- You're taking databases 101. You find yourself struggling to understand the edge cases of the B+ tree algorithms. So you turn to visualizations for help. Visualization such as the ones linked below. https://www.cs.usfca.edu/~galles/visualization/BPlusTree.html https://github.com/hchenqi/BPlusTreeExplorer
- The visualizations you find are cumbersome. You can't move through the algorithms at the exact pace that you need. You also can't easily share examples with your classmates or professor.
- You want to be able to move forward and backwards through the algorithms at whatever speed you want and share B+ tree examples as easily as you share text over the internet.
- An animated interactive B+ tree visualization with a smooth timeline control.
- The ability to use plain text coma delimited lists of numbers as an input value.
Link to demo: https://treverhibbs.github.io/bplus-tree-vis/