Priority Queue

Home > Computer Science > Algorithms and data structures > Queues and Stacks > Priority Queue

Orders items based on priority, with the highest priority item being removed first.