Question: 2.4.15* Design a linear-time certification algorithm to check whether an array pal] is a min-oriented heap. (The method MinPQ.isMinHeap does this recursively. What would an

2.4.15* Design a linear-time certification algorithm to check whether an array pal] is a min-oriented heap. (The method MinPQ.isMinHeap does this recursively. What would an iterative solution be? You should make sure you understand this and can do it without looking at MinPQ.isMinHeap.) 2.4.27* Find the minimum. Add a min) method to MaxPQ. Your implementation should use constant time and constant extra space. (Argue that your solution is constant time/space.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
