Computer Science, asked by tanmoypayra001, 1 year ago

what is Priority Queue ?

Answers

Answered by Aman1709
2
In computer science, a priority queueis 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 apriority queue, an element with highpriority is served before an element with low priority.

Aman1709: Thanks for marking as brainliest
tanmoypayra001: you'r welcome
Answered by Nainuuu
1
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" associate with it. In a priority queue, an element with high priority is served before an element with low priority.

HOPE it helps!!!!✌
Similar questions