English, asked by khuntnil83, 20 days ago

What are the advantages and disadvantages of linear queue?​

Answers

Answered by virajkhendake
1

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. first-out (FIFO) principle.

Answered by MPPSBURADAPADU
1

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. first-out (FIFO) principle.

Similar questions