Search:

Type: Posts; User: clydefrog

Search: Search took 0.18 seconds.

  1. Replies
    7
    Views
    2,039

    Re: Singly Circular Linked List Error

    Sorry i didnt reply sooner, i had to leave the house for a few hours.

    wtf? Yeah it was the toString() method, it appears to be working correctly now. lol thank you so much.

    Now just another...
  2. Replies
    7
    Views
    2,039

    Re: Singly Circular Linked List Error

    well i tried tracing it out on paper, but i'm not sure i did it correctly. From what i see on my paper, is the issue here the fact that the first node is constantly pointing to itself?

    Not sure...
  3. Replies
    7
    Views
    2,039

    Re: Singly Circular Linked List Error

    Thank you for the prompt reply!

    hmmm...

    so you mean somethng like this?



    if(head == null)
    {
  4. Replies
    7
    Views
    2,039

    Singly Circular Linked List Error

    Hi,

    I'm trying to make a singly circular linked list, however i happen to be getting nullpoiterexception in my code. I've never worked with circular linked list, so im not to certain if my...
Results 1 to 4 of 4