Search:

Type: Posts; User: bubbleboy

Search: Search took 0.10 seconds.

  1. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    lol thnx for ur help norm :D

    this is my first time learning programming and im glad there's ppl like you here who steer ppl in right direction xDDDDDDDd
  2. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    wow norm i am an idiot

    i had put the system.out.println stuff in the wrong place... so ofc it was going to be null... wow...

    i put it between the insert and remove's for loops and now its...
  3. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    hi norm!

    thanks for that I was able to get my insert running properly :)

    however I am having another issue now with search...

    when i put Sytem.out.println(list.search()); into my main i...
  4. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    its messing up after the 3rd iteration but i have still not been able to figure out how to write the logic correctly so it inserts in order before curr =/
  5. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    hmm i think i found my mistake but i don't understand how i can fix it. it keeps messing up the curr values and puts them at the front.
  6. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    i am using eclipse to write this probram so it shows all the data for variables when i use the debugger.
  7. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    all right sorry. i'll just post it here then

    edit: ugh lemme try to make it better. sorry i'm really new to this please forgive me.

    edit2: ahh this is better :D
  8. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    ok i will pm you that one because i am not comfortable putting it fully here xD

    edit: sent

    its the iterative one. you can just copy and paste my recursive code for the insert function from...
  9. Re: Java Newbie - Sorted Linked List not inserting properly - please help!

    the iterative version or my recursive version?
  10. Java Newbie - Sorted Linked List not inserting properly - please help!

    Hi everyone



    I have no idea what to do after this point (I tried using debugger and I am really new to this.. :( ) i think the issue is in the else if statements but I have no idea how to...
Results 1 to 10 of 11