摘要: 问题: 求给定数组中,最长递增子序列的长度。 Example: Input: [10,9,2,5,3,7,101,18] Output: 4 Explanation: The longest increasing subsequence is [2,3,7,101], therefore the l 阅读全文
posted @ 2020-08-28 15:32 habibah_chang 阅读(102) 评论(0) 推荐(0)