Engineering
Below are the contents of pq [] that stores the items in a heap for a max priority queue. (There are currently 9 items in the priority queue, but the array itself is bigger)-,100,19,36,17,3,25,1,2,7The items are listed in the order they appear in the array. Remember that slot 0 of the array is not used.List out the contents of the heap (the first 11 slots in the pq array, including the - for slot 0) after inserting 27 into the heap. List out the contents in the same format as above, a comma separated list of numbers (except for a - in slot 0).