Skip to content

Commit 7eba0ec

Browse files
authored
Update dp.md
1 parent f89de89 commit 7eba0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_algorithm/dp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ class Solution:
10751075
```
10761076

10771077

1078-
### [best-time-to-buy-and-sell-stock-with-transaction-fee](https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/)
1078+
### [best-time-to-buy-and-sell-stock-with-cooldown](https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/)
10791079

10801080
309. 最佳买卖股票时机含冷冻期
10811081
给定一个整数数组,其中第 i 个元素代表了第 i 天的股票价格 。​

0 commit comments

Comments
 (0)