Advantages of Circular Queue

Bring out the advantages of circular queue over linear queue

Questions by Dheerendra_juli

Showing Answers 1 - 3 of 3 Answers

dharmraj

  • Sep 5th, 2010
 

In CQ we utilize memory efficiently. because in queue when we delete any
element only front increment by 1, but that position is not used later. so when
we perform more add and delete operation, memory wastage increase. But in CQ
memory is utilized, if we delete any element that position is used later,
because it is circular.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions