🌳 B+ Tree Database Index Simulator

Interactive visualization of B+ tree operations and database indexing

← Back to Projects

⚑ Quick Start

Try This Sequence:
  1. Click "Sequential Insert" to see splitting
  2. Search for key 15 to see path traversal
  3. Delete keys to observe merging
Visual Guide:
  • πŸ”΅ Internal nodes (indexes)
  • 🟑 Leaf nodes (actual data)
  • 🟠 Sibling pointers (range queries)
Tip: Use Order 3 for clearer visualization of splits and merges
Tree Height
1
Total Nodes
1
Leaf Nodes
1
Total Keys
0
Fill Factor
0%
I/O Operations
0

B+ Tree Properties

B+ Tree initialized with order 4