Question: Data Structure Sequence 2) Hand-insert the following sequence of keys into an initially empty B-Tree of ORDER 2, which means the root has 1 to
Data Structure
Sequence 2) Hand-insert the following sequence of keys into an initially empty B-Tree of ORDER 2, which means the root has 1 to 4 elements, and each child has 2 to 4 elements: 20, 30, 40, 50, 60, 70, 80, 90, 45, 55, 65, 15, 25, 35, 75, 85, 95
You MUST show all your work.
1) Indicate the keys that are added to each node. Show any values that are moved in the arrays.
2) Show the tree before and after each split.
3) Indicate the keys that are moved when a node is split.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
