Find Subsequence of Length K with the Largest Sum
Try to solve the Find Subsequence of Length K with the Largest Sum problem.
We'll cover the following...
Statement
You are given an integer array nums
and an integer k
. Your task is to find a nums
of length k
that has the largest possible sum.
Constraints:
nums.length
nums[i]
k
nums.length
Examples
Access this course and 1400+ top-rated courses and projects.