Question 17 (10 points) Given the following binary search tree, show the tree diagram after delete key 16, 100, and then
Posted: Tue Jul 12, 2022 8:09 am
Question 17 (10 points) Given the following binary search tree, show the tree diagram after delete key 16, 100, and then 56 (check point 1) and then key 80 (check point 2). Use two diagram to show the tree structure at check point 1 and check point 2, separately. (Please use case 3b if needed) 16 35 5 60 63 8 68 I 80 75 83 You have two options to present your answer. On is to use a software to draw the two photos and then insert the two photos in your answer. The second is to present the tree in this manner as follows: 12 10 | 92 15 98 100 105