What is Priority Queue?

I've recently written an article about Priority Queue.

A priority queue is a collection of elements such that each element has been assigned a priority and the order in which elements are deleted and processed comes from the following rules:
The best application of priority queue is observed in CPU scheduling.



For More Feel Free to check it
Click to view Priority Queue

For more C references: C Materials
For more Data structure References: Data structure and Algorithm

Labels: , , ,