Skip to content

Commit ace35f5

Browse files
committed
readme.md
1 parent c4e3493 commit ace35f5

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
@@ -110,7 +110,7 @@ public IList<int> GetRow(int rowIndex) {
110110
return digits;
111111
}
112112
```
113-
* [best time to buy and sell stock](http://blog.csdn.net/daigualu/article/details/71038726)
113+
* [#121 Best time to buy and sell stock](http://blog.csdn.net/daigualu/article/details/71038726)
114114
```
115115
public int MaxProfit(int[] prices) {
116116
int premax = 0;

0 commit comments

Comments
 (0)