Insert the following key into B-tree of order 5, 20, 30,
85, 35, 10, 55, 60, 25, 5, 65, 70, 75
Answers
Answered by
1
Explanation:
- If the tree is empty , allocate a root node and insert the key .
- Update the allowed number of keys in the node.
- Search the appropriate note for insertion.
- If the node is, full follow the steps below.
- Insert the elements in increasing order.
- Now, there are elements greater than its limit.
Similar questions