We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd22a7d commit d14742fCopy full SHA for d14742f
README.md
@@ -1,4 +1,5 @@
1
# fishercoderLeetcode
2
| # | Title | Solutions
3
|-----|----------------|-----------------
4
-|2|[Add Two Numbers](https://leetcode.com/problems/two-sum/)|[Solution](../../blob/master/MEDIUM/src/medium/AddTwoNumbers.java)
+|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