Skip to content

Commit fe60600

Browse files
committed
change pic type
1 parent 98b656d commit fe60600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/problems/dp/122.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ var maxProfit = function(prices) {
4141
- 时间复杂度:$O(n^n)$
4242
- 空间复杂度:$O(n)$ ,递归的深度为 $n$
4343

44-
![122-1](./images/122-1.png)
45-
如图 122-1 所示,算法明显会超时。
44+
![122](./images/122.png)
45+
如图 122 所示,算法明显会超时。
4646

4747
### 解法二 - 解法一改进
4848
看解法一,很容易可以看出来很多子问题是重复的。
File renamed without changes.

0 commit comments

Comments
 (0)