Skip to content

Commit 309cb69

Browse files
authored
Create README.md
1 parent 94503a8 commit 309cb69

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

0001/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Two sum
2+
3+
### Problem statemen
4+
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
5+
You may assume that each input would have exactly one solution, and you may not use the same element twice.
6+
7+
You can return the answer in any order.

0 commit comments

Comments
 (0)