Skip to content

Commit b6878f9

Browse files
author
oushihao
committed
feat(best-time-to-buy-and-sell-stock-4): 动态规划
1 parent 7bf62e9 commit b6878f9

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

assets/data/category.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,12 @@
757757
"path": "../../problemset/dungeon-game/README.md",
758758
"difficulty": "困难"
759759
},
760+
{
761+
"id": 188,
762+
"title": "买卖股票的最佳时机 IV",
763+
"path": "../../problemset/best-time-to-buy-and-sell-stock-4/README.md",
764+
"difficulty": "困难"
765+
},
760766
{
761767
"id": 300,
762768
"title": "最长递增子序列",

assets/data/problems.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,6 +1689,16 @@
16891689
"url": "https://leetcode-cn.com/problems/repeated-dna-sequences/",
16901690
"path": "../../problemset/repeated-dna-sequences/README.md"
16911691
},
1692+
{
1693+
"id": 188,
1694+
"title": {
1695+
"cn": "买卖股票的最佳时机 IV",
1696+
"en": "best-time-to-buy-and-sell-stock-4"
1697+
},
1698+
"difficulty": "困难",
1699+
"url": "https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iv/",
1700+
"path": "../../problemset/best-time-to-buy-and-sell-stock-4/README.md"
1701+
},
16921702
{
16931703
"id": 258,
16941704
"title": {

assets/docs/CATEGORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
| 139. [单词拆分](../../problemset/word-break/README.md) | 中等 |
160160
| 152. [乘积最大子数组](../../problemset/maximum-product-subarray/README.md) | 中等 |
161161
| 174. [地下城游戏](../../problemset/dungeon-game/README.md) | 困难 |
162+
| 188. [买卖股票的最佳时机 IV](../../problemset/best-time-to-buy-and-sell-stock-4/README.md) | 困难 |
162163
| 300. [最长递增子序列](../../problemset/longest-increasing-subsequence/README.md) | 中等 |
163164
| 688. [骑士在棋盘上的概率](../../problemset/knight-probability-in-chessboard/README.md) | 中等 |
164165
| 1994. [好子集的数目](../../problemset/the-number-of-good-subsets/README.md) | 困难 |

assets/docs/PROBLEMS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@
338338

339339
[187. 重复的DNA序列](../../problemset/repeated-dna-sequences/README.md)
340340

341+
[188. 买卖股票的最佳时机 IV](../../problemset/best-time-to-buy-and-sell-stock-4/README.md)
342+
341343
[258. 各位相加](../../problemset/add-digits/README.md)
342344

343345
[300. 最长递增子序列](../../problemset/longest-increasing-subsequence/README.md)

0 commit comments

Comments
 (0)