Question: 7. You are given an array A consisting of n real numbers. Describe and analyze an algorithm, running in O(n) time, that rearranges the elements

7. You are given an array A consisting of n real numbers. Describe and analyze an algorithm, running in O(n) time, that rearranges the elements of A so that A forms a binary heap. Once A is transformed into a Binary Heap, show how you can report the elements in A in sorted (ascending) order. How much time it takes to report all the ements of A in the sorted order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
