

InterviewSolution
Saved Bookmarks
1. |
Why we prefer Circular Queue over Linear Queue ? |
Answer» Efficient UTILIZATION of memory: In the CIRCULAR queue, there is no wastage of memory as it USES the unoccupied space, and memory is used properly in a VALUABLE and effective manner as compared to a linear queue. |
|