Search:

Type: Posts; User: Sean4u

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    2,043

    Re: Singly Circular Linked List Error

    Your code might be working. Your toString() method won't: you set current = head and then while(current != head). Consider changing that so that the loop executes at least once for the head node if...
  2. Replies
    7
    Views
    2,043

    Re: Singly Circular Linked List Error

    When you create the head with insert(), to what node should its next reference refer?
Results 1 to 2 of 2