Computer Science, asked by sultananon755, 4 months ago

why should we use circular queue lnstead of a simple or double ended queue? explain​

Answers

Answered by Anonymous
8

Answer:

\huge\mathfrak\pink{Answer}

Explanation:

In linear queue, insertion is done from the rear end, and deletion is done from the front end. In circular queue, the insertion and deletion can take place from any end. The memory space occupied by the linear queue is more than the circular queue. It requires less memory as compared to linear queue

Similar questions