Computer Science, asked by khushi4606, 1 year ago

Advantage of linear and circular queue

Answers

Answered by Rashmi4444
1

circular queue consumes less space or memory compared to linear queue the reason behind this is when we perform delete operation on linear queue the front gets incremented by one and the space from which the previous front was deleted remains empty and is never used later which results in wastage of memory.

Similar questions