File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
| 0x16 | [ 이진 검색 트리] ( workbook/0x16.md ) | ![ 100%] ( https://progress-bar.dev/5/?scale=7&title=progress&width=500&color=babaca&suffix=/7 ) |
51
51
| 0x17 | [ 우선순위 큐] ( workbook/0x17.md ) | ![ 100%] ( https://progress-bar.dev/8/?scale=8&title=progress&width=500&color=babaca&suffix=/8 ) |
52
52
| 0x18 | [ 그래프] ( workbook/0x18.md ) | ![ 100%] ( https://progress-bar.dev/11/?scale=13&title=progress&width=500&color=babaca&suffix=/13 ) |
53
- | 0x19 | [ 트리] ( workbook/0x19.md ) | ![ 100%] ( https://progress-bar.dev/11 /?scale=13&title=progress&width=500&color=babaca&suffix=/13 ) |
53
+ | 0x19 | [ 트리] ( workbook/0x19.md ) | ![ 100%] ( https://progress-bar.dev/12 /?scale=13&title=progress&width=500&color=babaca&suffix=/13 ) |
54
54
| 0x1A | [ 위상 정렬] ( workbook/0x1A.md ) | ![ 100%] ( https://progress-bar.dev/4/?scale=7&title=progress&width=500&color=babaca&suffix=/7 ) |
55
55
| 0x1B | [ 최소 신장 트리] ( workbook/0x1B.md ) | ![ 100%] ( https://progress-bar.dev/7/?scale=9&title=progress&width=500&color=babaca&suffix=/9 ) |
56
56
| 0x1C | [ 플로이드 알고리즘] ( workbook/0x1C.md ) | ![ 100%] ( https://progress-bar.dev/8/?scale=15&title=progress&width=500&color=babaca&suffix=/15 ) |
Original file line number Diff line number Diff line change 1
1
# 트리
2
2
3
- ![ 100%] ( https://progress-bar.dev/11 /?scale=13&title=progress&width=500&color=babaca&suffix=/13 )
3
+ ![ 100%] ( https://progress-bar.dev/12 /?scale=13&title=progress&width=500&color=babaca&suffix=/13 )
4
4
5
5
[ 문제집 링크] ( https://www.acmicpc.net/workbook/view/9657 )
6
6
13
13
| 기본 문제✔ | 1240 | [ 노드사이의 거리] ( https://www.acmicpc.net/problem/1240 ) | [ 정답 코드] ( ../0x19/solutions/1240.cpp ) |
14
14
| 기본 문제 | 22856 | [ 트리 순회] ( https://www.acmicpc.net/problem/22856 ) | [ 정답 코드] ( ../0x19/solutions/22856.cpp ) |
15
15
| 기본 문제 | 1068 | [ 트리] ( https://www.acmicpc.net/problem/1068 ) | - |
16
- | 응용 문제✔ | 20955 | [ 민서의 응급 수술] ( https://www.acmicpc.net/problem/20955 ) | - |
16
+ | 응용 문제✔ | 20955 | [ 민서의 응급 수술] ( https://www.acmicpc.net/problem/20955 ) | [ 정답 코드 ] ( ../0x19/solutions/20955.cpp ) |
17
17
| 응용 문제✔ | 14267 | [ 회사 문화 1] ( https://www.acmicpc.net/problem/14267 ) | [ 정답 코드] ( ../0x19/solutions/14267.cpp ) |
18
18
| 응용 문제✔ | 2250 | [ 트리의 높이와 너비] ( https://www.acmicpc.net/problem/2250 ) | [ 정답 코드] ( ../0x19/solutions/2250.cpp ) |
19
19
| 응용 문제 | 2533 | [ 사회망 서비스(SNS)] ( https://www.acmicpc.net/problem/2533 ) | [ 정답 코드] ( ../0x19/solutions/2533.cpp ) |
You can’t perform that action at this time.
0 commit comments