- 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 12 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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 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
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