Search:

Type: Posts; User: mia_tech

Search: Search took 0.09 seconds.

  1. Re: linked list printing empty after removing duplicates

    yeah, I tried that... didn't help... thanks anyway. may be someone else would like to take a crack at this...
  2. Re: linked list printing empty after removing duplicates

    the program is pretty much the same code as shown above, but the remove method I changed.. now I'm removing the wrong "Student" instead of removing the duplicate node= "john doe"


    public class...
  3. Re: linked list printing empty after removing duplicates

    another solution is to use a local variable to iterate through the list; however, I'm still not removing anything... any help?
  4. Re: linked list printing empty after removing duplicates

    yeah, I just write "return found"...
  5. Re: linked list printing empty after removing duplicates

    where should I put the println?... right now I don't see where they are getting disconnected, by the way you didn't answer my question, is the reason that I'm getting an empty list is b/c I reached...
  6. linked list printing empty after removing duplicates

    guys, I have a remove method that looks for duplicates and remove them; however, after I call that method my list appears to be empty, and that is b/c the "first" node is pointing to the last node in...
Results 1 to 6 of 6