Question: Which of the following is NOT a valid operation for a priority queue?
Options:
Correct Answer: Sort
Solution:
Sorting is not a direct operation of a priority queue; it can be achieved by repeatedly removing elements, but it is not a standard operation.