mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 00:43:04 +08:00
Merge pull request #1842 from Allen9012/master
Update 0491.递增子序列.md 修改过时题目链接
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
# 491.递增子序列
|
# 491.递增子序列
|
||||||
|
|
||||||
[力扣题目链接](https://leetcode.cn/problems/increasing-subsequences/)
|
[力扣题目链接](https://leetcode.cn/problems/non-decreasing-subsequences/)
|
||||||
|
|
||||||
给定一个整型数组, 你的任务是找到所有该数组的递增子序列,递增子序列的长度至少是2。
|
给定一个整型数组, 你的任务是找到所有该数组的递增子序列,递增子序列的长度至少是2。
|
||||||
|
|
||||||
@ -614,3 +614,4 @@ object Solution {
|
|||||||
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
|
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
|
||||||
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
|
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user