Circular queues advantages and disadvantages
Answers
Answered by
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