Implement a Heap ADT using Binary Tree.
In main function, declare an array of N (10 < N < 30) elements and fill it with random numbers between 1 and 100. Then fill heap with these number and then remove all items by displaying them on screen (heap sort demonstration).
Comments
Leave a comment