I am trying to implement a 3-4-5-6 Tree. In the event that a merge causes the root to have only one key (underflow) and its children have a total number of key greater than 5 (so if all merged together, an underflow would happen), what should happen?
Asked
Active
Viewed 1,414 times