Skip to content

Commit 3ff3266

Browse files
committed
📝 [README]
1 parent 60ebeaf commit 3ff3266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [5. Longest Palindromic Substring](./5/)
99
- [7. Generate Parentheses](./7/)
1010
- [15. 3Sum](./15/)
11+
- [198. House Robber](./198/)
1112
- [200. Number of Islands](./200/)
1213
- [394. Decode String](./394/)
1314

@@ -39,4 +40,5 @@ iex ./.../solution.ex
3940
Quick create in bash
4041
```ssh
4142
chapter=198 && mkdir ./$chapter && touch ./$chapter/README.md && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js
43+
# And TOC above
4244
```

0 commit comments

Comments
 (0)