0
Disadvantages of Circular queue
3 Respostas
+ 7
Google it.. you'll have better answer..
+ 2
It is endless if you don't stop reading it is endless if you don't stop reading it is ...
+ 1
✓ The biggest disadvantage of circular queue is you can only store queue length elements. If you are using it as a buffer you are limiting your history depth.
✓ Another smaller disadvantage is it's hard to tell an empty queue from a full queue without retaining additional information.