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