Question: 4. (5 points) The following code (studied in class) is part of the code for deleting a node from a binary search tree for the

4. (5 points) The following code (studied in class) is part of the code for deleting a node from a binary search tree for the case where neither of the two sub-trees of the deleted node is empty. This code replaces the deleted item by the largest item in the left sub-tree. // Neither subtree is empty. Find largest element of left subtree Node largest barenta = tabeRemexed; Node largest = te beRemexedesetleft (); white (Largest getRight() != null) { Largestearent = largest; largest = Largest setRight(); } SR Bebemoseduse bataldargestegetData()); if (Largest Parent to beRemexed) { Largest Parentzettet dargestegetLeft (); } star Largest Barentouset Right LargestegetLeft 0);} == Modify this code so that it replaces the deleted item with the smallest item in the right sub-tree instead of replacing it with the largest item in the left sub-tree. Similar to the above code, your modified code should be iterative (using a loop) and not recursive
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
