in DS recategorized by
454 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?

in DS recategorized by
454 views

1 comment

1
1

Please log in or register to answer this question.

Related questions