Skip to content

Commit 9c6b99e

Browse files
committed
Add PDF
1 parent f9251e8 commit 9c6b99e

6 files changed

+2
-1
lines changed

JavaScriptTwoSum.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ You can return the answer in any order.
1515
```JavaScript
1616
Input: nums = [2,7,11,15], target = 9
1717
Output: [0,1]
18-
Explanation: Because nums[0] + nums[1] == 9, we return [0, 1].
18+
Explanation: Because nums[0] + nums[1] == 9,
19+
we return [0, 1].
1920
```
2021

2122
### 2<sup>nd</sup> Example
430 KB
Binary file not shown.
507 KB
Binary file not shown.
380 KB
Binary file not shown.
404 KB
Binary file not shown.

PDF/Superklok Labs - Two Sum.pdf

458 KB
Binary file not shown.

0 commit comments

Comments
 (0)