Computer Science, asked by ljp4548, 9 hours ago

what is circular queue(eoryigjfkn)?​

Answers

Answered by kingofself
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