Skip to content

Commit 7f1a7e1

Browse files
committed
🎉 [11] Container With Most Water
1 parent 2e69228 commit 7f1a7e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [4. Median of Two Sorted Arrays](./4/)
1313
- [5. Longest Palindromic Substring](./5/)
1414
- [7. Generate Parentheses](./7/)
15+
- [11. Container With Most Water](./11/)
1516
- [15. 3Sum](./15/)
1617
- [22. Generate Parentheses](./22/)
1718
- [33. Search in Rotated Sorted Array](./33/)
@@ -58,7 +59,7 @@ iex ./.../solution.ex
5859

5960
Quick create in bash
6061
```ssh
61-
chapter=33 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
62+
chapter=11 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
6263
```
6364

6465
<!--

0 commit comments

Comments
 (0)