Class Solution
java.lang.Object
g2001_2100.s2099_find_subsequence_of_length_k_with_the_largest_sum.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
maxSubsequence
public int[] maxSubsequence(int[] nums, int k)
-