You are given an integer array, nums, and a positive integer k. Your task is to determine and return the
Remember: For valid subsequences:
The empty subsequence is valid, and its sum is considered
0 .Duplicate subsequence sums are allowed and counted separately when determining the
kth largest.
Constraints:
nums.length
n
nums[i]
You are given an integer array, nums, and a positive integer k. Your task is to determine and return the
Remember: For valid subsequences:
The empty subsequence is valid, and its sum is considered
0 .Duplicate subsequence sums are allowed and counted separately when determining the
kth largest.
Constraints:
nums.length
n
nums[i]