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 f80a7e1 commit 0dd40b3Copy full SHA for 0dd40b3
src/main/java/com/fishercoder/solutions/_1.java
@@ -8,6 +8,7 @@
8
*
9
* Given an array of integers, return indices of the two numbers such that they add up to a specific target.
10
* You may assume that each input would have exactly one solution, and you may not use the same element twice.
11
+ *
12
* Example:
13
* Given nums = [2, 7, 11, 15], target = 9,
14
* Because nums[0] + nums[1] = 2 + 7 = 9,
0 commit comments