Enter a key and click Insert, or insert random keys.
t = minimum degree. Each node has ≥t-1 and ≤2t-1 keys (except root). Full node: 2t-1 keys → splits on insert.
Insert keys and watch the B-tree split and rebalance. Configurable order (t=2 to t=5).