Back to the 2019 paper

Module 3: Storage Strategies

201910m

For the following set of key values construct a B+ tree with a degree 4:
5, 10, 15, 29, 35, 46, 58, 63, 67, 89
Initially tree is empty. Values must be added in ascending order. Show the step-by-step construction.

Similar questions