Question 3 (10 points) Where is the largest integer located in a "Min Heap" that contains integers with no duplicates? A
Posted: Sun May 15, 2022 12:49 pm
Question 3 (10 points) Where is the largest integer located in a "Min Heap" that contains integers with no duplicates? At the leftmost leaf node. O At the rightmost leaf node. O At the root node. At any of the leaf nodes.