Computer Science, asked by ananyasinha6777, 10 months ago

Define Priority Queue. Explain its types.

Answers

Answered by arusha8683
2

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" associated with it. In a priority queue, an element with high priority is served before an element with low priority.

Similar questions