Given the following operations on a priority queue:
push(l), push(7), push(3), push(2), push(5), pop(), push(10), pop()
a. How many elements are in the priority queue?
b. What is the value at the front of the priority queue?
c. What was the last value popped from the priority queue?
d. Where would the value 4 be inserted in the priority queue?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.