1. Consider this binary search tree: 14 2 16 1 5 1 Suppose we remove the root, replacing it with something from the left
Posted: Tue Jul 05, 2022 10:19 am
1. Consider this binary search tree: 14 2 16 1 5 1 Suppose we remove the root, replacing it with something from the left subtree. What will be the new root? (a) 2 (b) 1 (c) 5 (d) 4 (e) 16 2. Write a topological sort for the graph below. If the graph doesn't have a topological sort you should indicate that in your answer 2 ANSWER: 10 28