Skip to content

Commit fcb0b76

Browse files
committed
🎉 [q15] 3Sum
1 parent 8493c8f commit fcb0b76

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

15/README.md

Whitespace-only changes.

15/my_solution.js

Whitespace-only changes.

15/solution.js

Whitespace-only changes.

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [4. Median of Two Sorted Arrays](./4/)
77
- [5. Longest Palindromic Substring](./5/)
88
- [7. Generate Parentheses](./7/)
9+
- [15. 3Sum](./15/)
910
- [200. Number of Islands](./200/)
1011

1112
---
@@ -32,3 +33,9 @@ iex ./.../solution.ex
3233
```
3334

3435
---
36+
37+
Quick create in bash
38+
```ssh
39+
chapter=15
40+
mkdir ./$chapter && touch ./$chapter/README.md && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js
41+
```

0 commit comments

Comments
 (0)