Skip to content

Commit 2eac66f

Browse files
committed
🎉 [143] Reorder List
1 parent f190780 commit 2eac66f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

143/my_solution.js

Whitespace-only changes.

143/solution.js

Whitespace-only changes.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- [53. Maximum Subarray](./53/)
2525
- [121. Best Time to Buy and Sell Stock](./121/)
2626
- [141. Linked List Cycle](./141/)
27+
- [143. Reorder List](./143/)
2728
- [152. Maximum Product Subarray](./152/)
2829
- [153. Find Minimum in Rotated Sorted Array](./153/)
2930
- [190. Reverse Bits](./190/)
@@ -66,7 +67,7 @@ iex ./.../solution.ex
6667

6768
Batch create in bash
6869
```ssh
69-
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"
7071
```
7172
> And now you can use `x` for quick debug.
7273

0 commit comments

Comments
 (0)