Define queue explain the concept of criculas and priority queue
Answers
Answered by
1
Answer:Circular Queue is a linear data structure in which the operations are performed based on FIFO (First In First Out) principle and the last position is connected back to the first position to make a circle. It is also called 'Ring Buffer'. ... In a circular queue, the new element is always inserted at Rear position.
Explanation:
Answered by
0
Here is Your Answer
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. In a priority queue, an element with high priority is served before an element with low priority.
Hope it Heplfull Answer
Similar questions