Queue has drawback that, after certain operations, we cannot
insert item in the even if there is space in the Queue.
Moves to words the end of the array ,so it that rear will
reach at the minimum limit of the array and there may be space before front but no additional can be done at the front
end because it will destroy (FIFO) first in first out nature of queue.
Read More Visit - http://www.sseducationlab.in/2017/03/27/drawback-of-queue/
Comments
Post a Comment