Data Structure (2130702)

BE | Semester-3   Summer-2016 | 06/09/2016

Q1) (14)

Define priority queue.

A queue in which we are able to insert remove items from any position based on some property (such as priority of the task to be processed) is often referred as priority queue.