We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f190780 commit 2eac66fCopy full SHA for 2eac66f
143/my_solution.js
143/solution.js
README.md
@@ -24,6 +24,7 @@
24
- [53. Maximum Subarray](./53/)
25
- [121. Best Time to Buy and Sell Stock](./121/)
26
- [141. Linked List Cycle](./141/)
27
+- [143. Reorder List](./143/)
28
- [152. Maximum Product Subarray](./152/)
29
- [153. Find Minimum in Rotated Sorted Array](./153/)
30
- [190. Reverse Bits](./190/)
@@ -66,7 +67,7 @@ iex ./.../solution.ex
66
67
68
Batch create in bash
69
```ssh
-chapter=19 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
70
+chapter=143 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
71
```
72
> And now you can use `x` for quick debug.
73
0 commit comments