Skip to content

Commit d14742f

Browse files
add one more link
1 parent bd22a7d commit d14742f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# fishercoderLeetcode
22
| # | Title | Solutions
33
|-----|----------------|-----------------
4-
|2|[Add Two Numbers](https://leetcode.com/problems/two-sum/)|[Solution](../../blob/master/MEDIUM/src/medium/AddTwoNumbers.java)
4+
|2|[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/)|[Solution](../../blob/master/MEDIUM/src/medium/AddTwoNumbers.java)
5+
|1|[Two Sum](https://leetcode.com/problems/two-sum/)|[Solution](../../blob/master/EASY/src/easy/TwoSum.java)

0 commit comments

Comments
 (0)