what is priority queue
Answers
Answered by
4
Answer:
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
Answered by
3
Answer:
Priority queue :
The heap tree based data structure in which all the nodes of the tree present in a specific manner is known as priority queue .
PRIORITY QUEUE IS ALSO KNOWN AS HEAPS QUEUE .
_*:___*:*__ ___❤❤
HOPE THIS ANSWER HELPS YOU⬆⬆✌✌
Similar questions