recategorized by
457 views
0 votes
0 votes

A priority queue is used to implement a stack efficiently. Push(C) is implemented as insert 'C'. Pop is implemented as a delete minimum element. For a sequence of operations, the keys chosen are in Strictly decreasing order. How?

recategorized by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
0 answers
1
2 votes
2 votes
2 answers
3
jatin khachane 1 asked Dec 1, 2018
1,266 views
My doubt : What should we consider ^ operator as Bitwise XOR ? or Exponentiation