Skip to content

Commit 6298fea

Browse files
Update index.md
1 parent eca2dc3 commit 6298fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Go to https://thecodersingh.github.io/Leetcode-Javascript-Solutions/
44

5-
| # | Title | Description | Solution |
6-
| --- | --- | --- | --- |
5+
| # | Title | Description | Solution
6+
| --- | --- | --- | ---
77
| 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)
88
| 7 | Reverse Integer | Given a 32-bit signed integer, reverse digits of an integer. | [Solution](reverse_integer.js) |
99
| 8 | String to Integer (atoi) | Implement atoi which converts a string to an integer. | [Solution](string_to_integer.js) |

0 commit comments

Comments
 (0)