Search:

Type: Posts; User: KLVTZ

Search: Search took 0.08 seconds.

  1. Re: [Linked List] Problems deleting items from a linked list

    I figured out what was causing the infinite loop, it was the fact that I had to assign node to equal node.getLink() for the next condition to prove false. Now that my program is running, the results...
  2. Re: [Linked List] Problems deleting items from a linked list

    UseStringLog.java


    //----------------------------------------------------------------------------
    // UseStringLog.java by Dale/Joyce/Weems Chapter 2...
  3. [Linked List] Problems deleting items from a linked list

    Hello all!

    I am having a terrible time trying to figure out how to delete an item from a linked list. I understand that if it is the first item, then you need to get the link to the next item and...
Results 1 to 3 of 6