Skip to content

Commit b0ac301

Browse files
committed
Modify the name of 0491 question
1 parent 171c28a commit b0ac301

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

leetcode/0491.Increasing-Subsequences/README.md renamed to leetcode/0491.Non-decreasing-Subsequences/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [491. Increasing Subsequences](https://leetcode.com/problems/increasing-subsequences/)
1+
# [491. Non-decreasing Subsequences](https://leetcode.com/problems/non-decreasing-subsequences/)
22

33

44
## 题目

website/content/ChapterFour/0400~0499/0491.Increasing-Subsequences.md renamed to website/content/ChapterFour/0400~0499/0491.Non-decreasing-Subsequences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [491. Increasing Subsequences](https://leetcode.com/problems/increasing-subsequences/)
1+
# [491. Non-decreasing Subsequences](https://leetcode.com/problems/non-decreasing-subsequences/)
22

33

44
## 题目

0 commit comments

Comments
 (0)