Search:

Type: Posts; User: bankston13

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Needing a little advice on a method in my circular linked list.

    I figured it out. I was purposely passing the -1 index value to test if the method threw the exception, but it seems that would be unnecessary because its tested in the other test methods. Thanks for...
  2. [SOLVED] Needing a little advice on a method in my circular linked list.

    So, the method that I'm having problems with at the moment is my insertAt method, which takes an integer and an item as parameters and then adds the item to the circular linked list at the index of...
Results 1 to 2 of 2