Answered Questions

  • Circular Queue

    What is Circular Queue? Explain with examples.

    siddhi parkar

    • Jul 6th, 2014

    In linear queue once the size is full we cannot add another items cause rear is at rightmost .
    but in circular list to add element even if its full you will move front and rear in clockwise direction.