摘要: ## 题目:[491. 递增子序列](https://leetcode.cn/problems/non-decreasing-subsequences/ "491. 递增子序列") ### 思路: 核心问题——同层去重,这一题不能够重新排序因此不可以用`i > index && nums[i] == 阅读全文
posted @ 2023-08-23 11:10 WtcSky 阅读(11) 评论(0) 推荐(0)