Introduction To Data Structures - Study Mode

[#141] Which data structure is used to implement a priority queue?
Correct Answer

(C) Heap

[#142] Which operation is not performed on a queue?
Correct Answer

(D) Push

[#143] Which of the following data structures can be used to implement a deque?
Correct Answer

(D) Linked List

[#144] Which data structure is best for implementing a priority queue?
Correct Answer

(C) Heap

[#145] What is the primary operation of a stack?
Correct Answer

(C) Push