public LinkedList findMaximumSubList(LinkedList nums)? This method should return a new LinkedList that represents the maximum sublist of the given LinkedList, nums. For example, the maximum sublist of 13→-3→-25→-20→-3→-16→-23→18→20→-7→12→-5→-22→15→-4→7 is 18→20→-7→12