English, asked by Shubhangi45, 1 year ago

Whsi is priority queue​

Answers

Answered by zacknight47
1

Answer:

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. ... While priority queues are often implemented with heaps, they are conceptually distinct from heaps

Similar questions