Skip to content

Commit

Permalink
add Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Miraclemin authored and labuladong committed Jun 22, 2020
1 parent 032bc7e commit 38bc024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 动态规划系列/团灭股票问题.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ int maxProfit_k_any(int max_k, int[] prices) {

![labuladong](../pictures/labuladong.png)
[Hanmin](https://github.com/Miraclemin/) 提供 Python3 代码:

**第一题,k = 1**
```python
def maxProfit(self, prices: List[int]) -> int:
Expand Down

0 comments on commit 38bc024

Please sign in to comment.