Computer Science, asked by varshu0426, 5 months ago

Priority Queue program in C ​

Answers

Answered by Anonymous
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