1. B-Tree a. [LO1, LO2, 10 points] Consider 2-3 Tree given below. Insert 67, 87, 32, 23, 31 in the tree 9 11 18 29 9 11
Posted: Tue Jul 05, 2022 10:33 am
1. B-Tree a. [LO1, LO2, 10 points] Consider 2-3 Tree given below. Insert 67, 87, 32, 23, 31 in the tree 9 11 18 29 9 11 27 18 30 30 23 27 29 b. [LO1, LO2, 10 points] Consider B-Tree Order 5 given below. Delete 29, 27, 67, 45 from the tree. Use right most child of left subtree approach if needed 31 32 36 45 54 72 46 47 63 54 67 81 59 63 72 81 87