Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import premium

| # | Problem | Solution |
| ---- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [python3](https://github.com/cnkyrpsgl/leetcode/blob/master/solutions/1.py) |
| 1 | [Two Sum](https://leetcode.com/problems/two-sum/) | [python3](https://github.com/cnkyrpsgl/leetcode/blob/master/solutions/python3/1.py) |
| 2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers) | [python3](https://github.com/cnkyrpsgl/leetcode/blob/master/solutions/python3/2.py) |
| 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) |
| 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) |
Expand Down