Search:

Type: Posts; User: orbin

Search: Search took 0.10 seconds.

  1. Re: having trouble getting full average and splitting a LinkedList

    Been racking my brain. I can't figure out now why my average and stdDeviation method aren't working anymore.



    public abstract class LinkedList{


    protected class LinkedListNode{ //...
  2. having trouble getting full average and splitting a LinkedList

    I'm working with on a LinkedList assignment, however I've written the methods for splitting the list into two equal lists, but when I apply the average it only applies it to the first half of the...
Results 1 to 2 of 2