why should we use circular queue lnstead of a simple or double ended queue? explain
Answers
Answered by
8
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
Physics,
1 month ago
Accountancy,
1 month ago
Computer Science,
4 months ago
English,
4 months ago
Social Sciences,
10 months ago
Math,
10 months ago