A priority queue Q is used to implement a stack S that stores characters. PUSH(C) is implemented as INSERT(Q, C, K) where K is an appropriate integer key chosen by the implementation. POP is implement
1.Non-increasing order
2.Non-decreasing order
3.strictly increasing order
4.strictly decreasing order