Skip to content

Commit 8cbe1a6

Browse files
authored
Merge pull request #4 from Imolai/patch-1
Fix first solution link in README.md
2 parents de02576 + 6121e9a commit 8cbe1a6

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
@@ -16,7 +16,7 @@ import premium
1616

1717
| # | Problem | Solution |
1818
| ---- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
19-
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [python3](https://github.com/cnkyrpsgl/leetcode/blob/master/solutions/1.py) |
19+
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [python3](https://github.com/cnkyrpsgl/leetcode/blob/master/solutions/python3/1.py) |
2020
| 2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers) | [python3](https://github.com/cnkyrpsgl/leetcode/blob/master/solutions/python3/2.py) |
2121
| 3 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters) | [python3](https://github.com/cnkyrpsgl/leetcode/blob/master/solutions/python3/3.py) |
2222
| 4 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays) | [python3](https://github.com/cnkyrpsgl/leetcode/blob/master/solutions/python3/4.py) |

0 commit comments

Comments
 (0)