Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 377 Bytes

File metadata and controls

15 lines (8 loc) · 377 Bytes

04 - Priority Queues

  • A priority queue is a queue that orders its elements based on a priority.

  • Used for

    • Scheduling - The operating system uses a priority queue to schedule processes.

Materials


03 - Queues | Home | 05 - Linked Lists