File tree 5 files changed +180
-0
lines changed
best-time-to-buy-and-sell-stock
encode-and-decode-strings
implement-trie-prefix-tree
5 files changed +180
-0
lines changed Original file line number Diff line number Diff line change
1
+ # μ°κ΄ λ§ν¬
2
+ - [ λ¬Έμ νμ΄ μ€μΌμ€] ( https://github.com/orgs/DaleStudy/projects/6/views/5 )
3
+ - [ λ΅μ μ½λ μ μΆλ²] ( https://github.com/DaleStudy/leetcode-study/wiki/%EB%8B%B5%EC%95%88-%EC%A0%9C%EC%B6%9C-%EA%B0%80%EC%9D%B4%EB%93%9C )
4
+
5
+ # Problem
6
+ - λ¬Έμ λ§ν¬ :
7
+ - λ¬Έμ μ΄λ¦ :
8
+ - λ¬Έμ λ²νΈ :
9
+ - λμ΄λ :
10
+ - μΉ΄ν
κ³ λ¦¬ :
11
+
12
+ # λ¬Έμ μ€λͺ
13
+
14
+
15
+ # μμ΄λμ΄
16
+ - μ΄λ€ λ°©λ²μΌλ‘ μ κ·Όνλμ§ μμ
17
+ - ν¬μ€ vs μ΅μ ν μμ΄λμ΄ μ°¨μ΄ λ±
18
+ - μ‘λμ λν κ³ λ €
19
+
20
+ # β
μ½λ (Solution)
21
+
22
+ # π μ½λ μ€λͺ
23
+
24
+
25
+ # μ΅μ ν ν¬μΈνΈ (Optimality Discussion)
26
+ β’ μ΅μ νν μ΄μ μ μ리
27
+ β’ λ μ€μΌ μ μλ μ¬μ§λ μλκ°?
28
+ β’ κΈ°μ‘΄ λ°©λ² λλΉ μΌλ§λ ν¨μ¨μ μ΄μλμ§
29
+
30
+ # π§ͺ ν
μ€νΈ & μ£μ§ μΌμ΄μ€
31
+
32
+ # π κ΄λ ¨ μ§μ 볡μ΅
33
+
34
+ # π νκ³
35
+
36
+
Original file line number Diff line number Diff line change
1
+ # μ°κ΄ λ§ν¬
2
+ - [ λ¬Έμ νμ΄ μ€μΌμ€] ( https://github.com/orgs/DaleStudy/projects/6/views/5 )
3
+ - [ λ΅μ μ½λ μ μΆλ²] ( https://github.com/DaleStudy/leetcode-study/wiki/%EB%8B%B5%EC%95%88-%EC%A0%9C%EC%B6%9C-%EA%B0%80%EC%9D%B4%EB%93%9C )
4
+
5
+ # Problem
6
+ - λ¬Έμ λ§ν¬ :
7
+ - λ¬Έμ μ΄λ¦ :
8
+ - λ¬Έμ λ²νΈ :
9
+ - λμ΄λ :
10
+ - μΉ΄ν
κ³ λ¦¬ :
11
+
12
+ # λ¬Έμ μ€λͺ
13
+
14
+
15
+ # μμ΄λμ΄
16
+ - μ΄λ€ λ°©λ²μΌλ‘ μ κ·Όνλμ§ μμ
17
+ - ν¬μ€ vs μ΅μ ν μμ΄λμ΄ μ°¨μ΄ λ±
18
+ - μ‘λμ λν κ³ λ €
19
+
20
+ # β
μ½λ (Solution)
21
+
22
+ # π μ½λ μ€λͺ
23
+
24
+
25
+ # μ΅μ ν ν¬μΈνΈ (Optimality Discussion)
26
+ β’ μ΅μ νν μ΄μ μ μ리
27
+ β’ λ μ€μΌ μ μλ μ¬μ§λ μλκ°?
28
+ β’ κΈ°μ‘΄ λ°©λ² λλΉ μΌλ§λ ν¨μ¨μ μ΄μλμ§
29
+
30
+ # π§ͺ ν
μ€νΈ & μ£μ§ μΌμ΄μ€
31
+
32
+ # π κ΄λ ¨ μ§μ 볡μ΅
33
+
34
+ # π νκ³
35
+
36
+
Original file line number Diff line number Diff line change
1
+ # μ°κ΄ λ§ν¬
2
+ - [ λ¬Έμ νμ΄ μ€μΌμ€] ( https://github.com/orgs/DaleStudy/projects/6/views/5 )
3
+ - [ λ΅μ μ½λ μ μΆλ²] ( https://github.com/DaleStudy/leetcode-study/wiki/%EB%8B%B5%EC%95%88-%EC%A0%9C%EC%B6%9C-%EA%B0%80%EC%9D%B4%EB%93%9C )
4
+
5
+ # Problem
6
+ - λ¬Έμ λ§ν¬ :
7
+ - λ¬Έμ μ΄λ¦ :
8
+ - λ¬Έμ λ²νΈ :
9
+ - λμ΄λ :
10
+ - μΉ΄ν
κ³ λ¦¬ :
11
+
12
+ # λ¬Έμ μ€λͺ
13
+
14
+
15
+ # μμ΄λμ΄
16
+ - μ΄λ€ λ°©λ²μΌλ‘ μ κ·Όνλμ§ μμ
17
+ - ν¬μ€ vs μ΅μ ν μμ΄λμ΄ μ°¨μ΄ λ±
18
+ - μ‘λμ λν κ³ λ €
19
+
20
+ # β
μ½λ (Solution)
21
+
22
+ # π μ½λ μ€λͺ
23
+
24
+
25
+ # μ΅μ ν ν¬μΈνΈ (Optimality Discussion)
26
+ β’ μ΅μ νν μ΄μ μ μ리
27
+ β’ λ μ€μΌ μ μλ μ¬μ§λ μλκ°?
28
+ β’ κΈ°μ‘΄ λ°©λ² λλΉ μΌλ§λ ν¨μ¨μ μ΄μλμ§
29
+
30
+ # π§ͺ ν
μ€νΈ & μ£μ§ μΌμ΄μ€
31
+
32
+ # π κ΄λ ¨ μ§μ 볡μ΅
33
+
34
+ # π νκ³
35
+
36
+
Original file line number Diff line number Diff line change
1
+ # μ°κ΄ λ§ν¬
2
+ - [ λ¬Έμ νμ΄ μ€μΌμ€] ( https://github.com/orgs/DaleStudy/projects/6/views/5 )
3
+ - [ λ΅μ μ½λ μ μΆλ²] ( https://github.com/DaleStudy/leetcode-study/wiki/%EB%8B%B5%EC%95%88-%EC%A0%9C%EC%B6%9C-%EA%B0%80%EC%9D%B4%EB%93%9C )
4
+
5
+ # Problem
6
+ - λ¬Έμ λ§ν¬ :
7
+ - λ¬Έμ μ΄λ¦ :
8
+ - λ¬Έμ λ²νΈ :
9
+ - λμ΄λ :
10
+ - μΉ΄ν
κ³ λ¦¬ :
11
+
12
+ # λ¬Έμ μ€λͺ
13
+
14
+
15
+ # μμ΄λμ΄
16
+ - μ΄λ€ λ°©λ²μΌλ‘ μ κ·Όνλμ§ μμ
17
+ - ν¬μ€ vs μ΅μ ν μμ΄λμ΄ μ°¨μ΄ λ±
18
+ - μ‘λμ λν κ³ λ €
19
+
20
+ # β
μ½λ (Solution)
21
+
22
+ # π μ½λ μ€λͺ
23
+
24
+
25
+ # μ΅μ ν ν¬μΈνΈ (Optimality Discussion)
26
+ β’ μ΅μ νν μ΄μ μ μ리
27
+ β’ λ μ€μΌ μ μλ μ¬μ§λ μλκ°?
28
+ β’ κΈ°μ‘΄ λ°©λ² λλΉ μΌλ§λ ν¨μ¨μ μ΄μλμ§
29
+
30
+ # π§ͺ ν
μ€νΈ & μ£μ§ μΌμ΄μ€
31
+
32
+ # π κ΄λ ¨ μ§μ 볡μ΅
33
+
34
+ # π νκ³
35
+
36
+
Original file line number Diff line number Diff line change
1
+ # μ°κ΄ λ§ν¬
2
+ - [ λ¬Έμ νμ΄ μ€μΌμ€] ( https://github.com/orgs/DaleStudy/projects/6/views/5 )
3
+ - [ λ΅μ μ½λ μ μΆλ²] ( https://github.com/DaleStudy/leetcode-study/wiki/%EB%8B%B5%EC%95%88-%EC%A0%9C%EC%B6%9C-%EA%B0%80%EC%9D%B4%EB%93%9C )
4
+
5
+ # Problem
6
+ - λ¬Έμ λ§ν¬ :
7
+ - λ¬Έμ μ΄λ¦ :
8
+ - λ¬Έμ λ²νΈ :
9
+ - λμ΄λ :
10
+ - μΉ΄ν
κ³ λ¦¬ :
11
+
12
+ # λ¬Έμ μ€λͺ
13
+
14
+
15
+ # μμ΄λμ΄
16
+ - μ΄λ€ λ°©λ²μΌλ‘ μ κ·Όνλμ§ μμ
17
+ - ν¬μ€ vs μ΅μ ν μμ΄λμ΄ μ°¨μ΄ λ±
18
+ - μ‘λμ λν κ³ λ €
19
+
20
+ # β
μ½λ (Solution)
21
+
22
+ # π μ½λ μ€λͺ
23
+
24
+
25
+ # μ΅μ ν ν¬μΈνΈ (Optimality Discussion)
26
+ β’ μ΅μ νν μ΄μ μ μ리
27
+ β’ λ μ€μΌ μ μλ μ¬μ§λ μλκ°?
28
+ β’ κΈ°μ‘΄ λ°©λ² λλΉ μΌλ§λ ν¨μ¨μ μ΄μλμ§
29
+
30
+ # π§ͺ ν
μ€νΈ & μ£μ§ μΌμ΄μ€
31
+
32
+ # π κ΄λ ¨ μ§μ 볡μ΅
33
+
34
+ # π νκ³
35
+
36
+
You canβt perform that action at this time.
0 commit comments