CSCI 3110
Algorithms and Data Structures
Syllabus
Calendar
Misc.
Priority Queues Exercises
< Previous
Next >
Write down the results of the following priority queue operations and then compare with your neighbor(s):
Insert 42
Insert 3
Insert 7
Top
Pop
Top
Pop
Insert 99
Top
Pop
What's left in the priority queue (if anything)?
Last Modified: