Search:

Type: Posts; User: pbrockway2

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    836

    Re: print linkedlist

    It's hard to tell without real code.

    Post the code, what you see when you run it, and what you expect to see.
  2. Replies
    3
    Views
    836

    Re: print linkedlist

    If your nodes are supposed to represent real people then get rid of the no argument constructor. It can't really serve any purpose as the people will have names and ages.

    In your display() method...
Results 1 to 2 of 2