We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7988b79 commit 1892a07Copy full SHA for 1892a07
README.md
@@ -2,24 +2,27 @@
2
3
1. [Two Sum](./1/)
4
2. [Add Two Numbers](./2/)
5
-3. -
+3. [Longest Substring Without Repeating Characters](./3/)
6
4. -
7
5. [Longest Palindromic Substring](./5/)
8
9
---
10
-solution.js -- The solution I submitted.
11
-my_solution.js -- My attemp.
12
-o_solution.js -- Online/others' solution, not by me.
+
+> solution.js - The solution I submitted
+> my_solution.js - My attemp with logs and comments
13
+> o_solution.js - Online/others' solutions
14
15
-## Run for JS
16
+## Commands for myself
17
18
+Run for JS
19
```sh
20
node ./.../solution.js
21
```
22
23
24
-## Run for Elixir
25
+Run for Elixir
26
27
iex ./.../solution.ex
28
0 commit comments