what is circular queue(eoryigjfkn)?
Answers
Answered by
1
Answer:
Circular queue means,
Explanation:
A circular queue is an abstract data type that contains a collection of data which allows addition of data at the end of the queue and removal of data at the beginning of the queue.
A circular queue is similar to a linear queue .
It is also based on the FIFO (First In First Out) principle except that the last position is connected to the first position in a circular queue that forms a circle.
It is also known as a Ring Buffer.
Attachments:
Similar questions