Solved

Which of the Following Statements Is True of a Priority_queue

Question 16

Multiple Choice

Which of the following statements is true of a priority_queue?


A) It does not allow insertions in sorted order.
B) Each of its common operations is implemented as an inline function.
C) A bucket sort is usually associated with it.
D) It must be implemented as a deque.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions