Search:

Type: Posts; User: javapenguin

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,635

    [SOLVED] Re: DoublyLinkedList out of control!

    Ok, how do I get the alternateString() method to work?

    It's supposed to return a String where it take the first element in the list and the last, then the second, then the second to last, etc.
    If...
  2. Replies
    3
    Views
    1,635

    [SOLVED] DoublyLinkedList out of control!

    Ok, my addFirst(T data) method is so screwed up!!! I know I have silly references from changing and rechanging it, but what do I do to get it to work?


    package Assignment4;

    import...
Results 1 to 2 of 2