Wizmann / ACM-ICPC

感觉自己做了假题。
http://wizmann.tk
Other
63 stars 29 forks source link

Leetcode 2386. Find the K-Sum of an Array #123

Open Wizmann opened 2 years ago

Wizmann commented 2 years ago

给定一个数组,求这个数组子序列的第k大值。

Hint:一种DP思路

https://leetcode.com/problems/find-the-k-sum-of-an-array/