Search:

Type: Posts; User: LeeDD

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,118

    Re: Circular Queue Structures

    tru!!! i jus wanted to get past it
  2. Replies
    5
    Views
    1,118

    Re: Circular Queue Structures

    yea but is on book.. i hav not placed it in any compiler.. its jus a general outline of how it should work.. i jus wan kno if these implementations will work as a circular structure
  3. Replies
    5
    Views
    1,118

    Circular Queue Structures

    I Jus wanna Kno if my code is correct? if there is any errors please let me know


    front = -1
    rear = -1
    size = 0


    // Enqueue circular structure
Results 1 to 3 of 3