Disadvantages of Circular queue | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Disadvantages of Circular queue

19th Mar 2019, 9:37 AM
Jenish Borah
Jenish Borah - avatar
3 Respostas
+ 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