- Iv Consider The Following Statements I The Smallest Element In A Max Heap Is Always At A Leaf Node Ii The Second La 1 (29.99 KiB) Viewed 34 times
iv) Consider the following statements: I. The smallest element in a max-heap is always at a leaf node. II. The second la
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
iv) Consider the following statements: I. The smallest element in a max-heap is always at a leaf node. II. The second la
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