Search:

Type: Posts; User: student123xyz

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    3,689

    Re: circular linked list

    thanks helloworld922

    this circularly linked list is just an assignment my lecturer gave me. im suppose to create a linked list classes that input 6 data and remove every 3rd data continuously in...
  2. Replies
    4
    Views
    3,689

    circular linked list

    what are the conditions for a circular linked list if there is only one data left in it?

    current.getNext() == head && ???
Results 1 to 2 of 2