Page 1 of 1

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
by answerhappygod
1 Consider This Binary Search Tree 14 2 16 1 5 1 Suppose We Remove The Root Replacing It With Something From The Left 1
1 Consider This Binary Search Tree 14 2 16 1 5 1 Suppose We Remove The Root Replacing It With Something From The Left 1 (49.38 KiB) Viewed 14 times
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