We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e69228 commit 7f1a7e1Copy full SHA for 7f1a7e1
README.md
@@ -12,6 +12,7 @@
12
- [4. Median of Two Sorted Arrays](./4/)
13
- [5. Longest Palindromic Substring](./5/)
14
- [7. Generate Parentheses](./7/)
15
+- [11. Container With Most Water](./11/)
16
- [15. 3Sum](./15/)
17
- [22. Generate Parentheses](./22/)
18
- [33. Search in Rotated Sorted Array](./33/)
@@ -58,7 +59,7 @@ iex ./.../solution.ex
58
59
60
Quick create in bash
61
```ssh
-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"
63
```
64
65
<!--
0 commit comments