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 94503a8 commit 309cb69Copy full SHA for 309cb69
0001/README.md
@@ -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