Question: Which of the following is NOT a valid implementation of a priority queue?
Options:
Correct Answer: Binary Search Tree
Solution:
While a binary search tree can be used to implement a priority queue, it is not a typical or efficient implementation compared to heaps.