SW StudyWalks

Computer Science  /  CS 0100  ·  Atom · ~20 seconds

The Priority Queue

Video not yet published
to the StudyWalks catalog
State

A priority queue is an abstract data type where every element carries a priority value, and retrieval and removal serve the highest-priority element first.

Show

An emergency room processes patients by urgency of need, not by order of arrival.

Watch for

Arrival order is exactly what this type ignores.