iv) Consider the following statements: I. The smallest element in a max-heap is always at a leaf node. II. The second la
Posted: Fri Jul 08, 2022 6:15 am
iv) Consider the following statements: I. The smallest element in a max-heap is always at a leaf node. II. The second largest element in a max-heap is always a child of the root node. III. A max-heap can be constructed from a binary search tree in (n) time. IV. A binary search tree can be constructed from a max-heap in e(n) time. Which of the above statements are true? (4 points) A. I, II and III B. I, II and IV C. I, III and IV D. I, II, III, and IV