Computer Science, asked by amarchand7656, 11 days ago

wha is advantages and disadvantages if linear queue

Answers

Answered by ycuteboyy2
7

Answer:

In a linear queue, the traversal through the queue is possible only once,i.e.,once an element is deleted, we cannot insert another element in its position. This disadvantage of a linear queue is overcome by a circular queue, thus saving memory.

Answered by jaswanthsharmi
0

Answer:

In a linear queue, the traversal through the queue is possible only once,i.e.,once an element is deleted, we cannot insert another element in its position. This disadvantage of a linear queue is overcome by a circular queue, thus saving memory.

Similar questions