Social Sciences, asked by navneethsharma7011, 1 year ago

Advantages of dequeue over circular queue

Answers

Answered by Anonymous
1
HEY BUDDY!
HERE IS YOUR ANSWER.

The one answer that I have read at a lot of places is In Circular Queue we utilize memory efficiently, because in Linear Queue when we delete any element only the front is incremented by 1, but that position is not used later. So when we perform more add and delete operations, memory wastage increases. 
But in Circular Queue memory is utilized, if we delete any element, that position is used later on, because it is circular.

HOPE U GOT IT.
GREETS:)
Similar questions