Skip to content

Commit a877df3

Browse files
author
fuguoqiang
committed
feat (readme): add link
1 parent be713a8 commit a877df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Example 2:
236236
Explanation: The longest valid parentheses substring is "()()"
237237
```
238238

239-
44. ***【Best Time to Buy and Sell Stock】*** Say you have an array for which the ith element is the price of a given stock on day i.
239+
44. ***[【Best Time to Buy and Sell Stock】](./doc/leetcode44/股票买卖.md)*** Say you have an array for which the ith element is the price of a given stock on day i.
240240
If you were only permitted to complete at most one transaction (i.e., buy one and sell one share of the stock), design an algorithm to find the maximum profit.
241241
Note that you cannot sell a stock before you buy one.
242242
Example 1:

0 commit comments

Comments
 (0)