Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    12
    Views
    3,195

    Re: LinkedList RemoveAll Method

    Now to start debugging the code. I added a toString() method to the ListNode class so it can be printed easily. Print out the value and the next. A side effect is it will print the whole list thru...
  2. Replies
    12
    Views
    3,195

    Re: LinkedList RemoveAll Method

    It's missing the ListNode class definition.
  3. Replies
    12
    Views
    3,195

    Re: LinkedList RemoveAll Method

    How would I compile and test the program?
  4. Replies
    12
    Views
    3,195

    Re: LinkedList RemoveAll Method

    You should not need a try/catch block for an event that the program should never let happen.
    Can you post code that compiles, executes and shows the problem?
Results 1 to 4 of 4