Computer Science, asked by zoya2742, 1 month ago

Circular queues advantages and disadvantages

Answers

Answered by priyamdas662
0

Answer:

Circular Queues offer a quick and clean way to store FIFO data with a maximum size.

Doesn't use dynamic memory → No memory leaks.

Conserves memory as we only store up to our capacity (opposed to a queue which could continue to grow if input outpaces output.)

Simple Implementation → easy to trust and test.

hope it will help you

mark my answer brainliest please

Similar questions