Skip to content

Commit cd1db4e

Browse files
author
Jaskaran Singh
authored
Update README.md
1 parent 5ebaf48 commit cd1db4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# LeetCode Solved Problems
22

3-
| # | Title | Solution |
4-
| --- | --- | --- |
5-
| 1 | Two Sum | [Solution](twosum.js) |
3+
| # | Title | Description | Solution |
4+
| --- | --- | --- | --- |
5+
| 1 | Two Sum | Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may not use the same element twice. | [Solution](twosum.js) |
66
| 771 | Jewels and Stones | Solution |
77
| 1108 | Defanging an IP Address | Solution |
88
| 1342 | Number of Steps to Reduce a Number to Zero | Solution |

0 commit comments

Comments
 (0)