Disadvantages of Circular queue | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Disadvantages of Circular queue

19th Mar 2019, 9:37 AM
Jenish Borah
Jenish Borah - avatar
3 Answers
+ 7
Google it.. you'll have better answer..
19th Mar 2019, 10:02 AM
Scooby
Scooby - avatar
+ 2
It is endless if you don't stop reading it is endless if you don't stop reading it is ...
19th Mar 2019, 8:55 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 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.
30th Apr 2020, 4:53 AM
Abinash Ahir