Skip to content

Commit 1892a07

Browse files
committed
📝 [README]
1 parent 7988b79 commit 1892a07

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22

33
1. [Two Sum](./1/)
44
2. [Add Two Numbers](./2/)
5-
3. -
5+
3. [Longest Substring Without Repeating Characters](./3/)
66
4. -
77
5. [Longest Palindromic Substring](./5/)
88

99
---
10-
solution.js -- The solution I submitted.
11-
my_solution.js -- My attemp.
12-
o_solution.js -- Online/others' solution, not by me.
10+
11+
> solution.js - The solution I submitted
12+
> my_solution.js - My attemp with logs and comments
13+
> o_solution.js - Online/others' solutions
1314
1415
---
15-
## Run for JS
16+
## Commands for myself
17+
18+
Run for JS
1619
```sh
1720
node ./.../solution.js
1821
```
1922

2023
---
2124

22-
## Run for Elixir
25+
Run for Elixir
2326
```sh
2427
iex ./.../solution.ex
2528
```

0 commit comments

Comments
 (0)