Skip to content

Commit ac30e6c

Browse files
committed
typo
1 parent 8430044 commit ac30e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Selections from the [Blind 75](https://leetcode.com/discuss/general-discussion/4
99
| **LC #** | **Solution** |
1010
| -------- | ------------ |
1111
| [#1](https://leetcode.com/problems/two-sum/) | [Two Sum](./src/array/two_sum.rs) |
12-
| [#121](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/) | [Best Time to Buy and Sell Stock](./src/array/best-time-to-buy-and-sell-stock.rs) |
12+
| [#121](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/) | [Best Time to Buy and Sell Stock](./src/array/best_time_to_buy_and_sell_stock.rs) |
1313
| [#217](https://leetcode.com/problems/contains-duplicate/) | [Contains Duplicate](./src/array/contains_duplicate.rs) |
1414
| [#238](https://leetcode.com/problems/product-of-array-except-self/) | [Product of Array Except Self](./src/array/product_of_array_except_self.rs) |
1515
| [#53](https://leetcode.com/problems/maximum-subarray/) | [Maximum Subarray](./src/dp/maximum_subarray.rs) |

0 commit comments

Comments
 (0)