Search:

Type: Posts; User: ZenithX

Search: Search took 0.09 seconds.

  1. Re: Need help with a part in a recursion LinkedList question

    Here's the code I have so far. I am stuck on the problem right at the end.


    public class LinkedList {
    // Get and Set methods are NOT necessary!

    private LinkedList next;
    private final...
  2. Need help with a part in a recursion LinkedList question

    Hello,

    Currently I am doing a LinkedList program using recursion. I have passed the tests for the other portions. However, I do not know how to start doing this problem inside the LinkedList...
Results 1 to 2 of 2