what is Priority Queue ?
Answers
Answered by
2
In computer science, a priority queueis an abstract data type which is like a regular queue or stack data structure, but where additionally each element has a "priority" associated with it. In apriority queue, an element with highpriority is served before an element with low priority.
Aman1709:
Thanks for marking as brainliest
Answered by
1
In computer science, a priority queue is an abstract data type which is like a regular queue or stack data structure, but where additionally each element has a "priority" associate with it. In a priority queue, an element with high priority is served before an element with low priority.
HOPE it helps!!!!✌
HOPE it helps!!!!✌
Similar questions