1. B-Tree a. [LO1, LO2, 10 points] Consider 2-3 Tree given below. Insert 67, 87, 32, 23, 31 in the tree 11 18 29 9 11 18
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 11 18 29 9 11 18 30 30 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 23 27 29 36 31 32 36 45 54 72 46 47 54 67 59 63 72 81 87