what is priority queue?????????????????
Answers
Answered by
2
Explanation:
A priority queue is a special type of queue in which each element is associated with a priority and is served according to its priority. For example: The element with the highest value is considered as the highest priority element.
Answered by
1
Answer:
Priority Queue is an abstract data type which is like a regular queue or stack data structure,but additionaly each element has a priority associated with it
Explanation:
hope it helps...............................
Similar questions