Computer Science, asked by sangwanyash03, 11 days ago

what is priority queue ​

Answers

Answered by navyathapadmasali
1

Answer:

In computer science, a priority queue is an abstract data type similar to a regular queue or stack data structure in which each element additionally 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