File tree 8 files changed +82
-0
lines changed 8 files changed +82
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Authored by : BaaaaaaaaaaarkingDog
2
+ // Co-authored by : -
3
+ // http://boj.kr/****************
4
+ #include < bits/stdc++.h>
5
+ using namespace std ;
6
+
7
+ int main (void ){
8
+ ios::sync_with_stdio (0 );
9
+ cin.tie (0 );
10
+
11
+ }
Original file line number Diff line number Diff line change
1
+ // Authored by : BaaaaaaaaaaarkingDog
2
+ // Co-authored by : -
3
+ // http://boj.kr/****************
4
+ #include < bits/stdc++.h>
5
+ using namespace std ;
6
+
7
+ int main (void ){
8
+ ios::sync_with_stdio (0 );
9
+ cin.tie (0 );
10
+
11
+ }
Original file line number Diff line number Diff line change
1
+ // Authored by : BaaaaaaaaaaarkingDog
2
+ // Co-authored by : -
3
+ // http://boj.kr/****************
4
+ #include < bits/stdc++.h>
5
+ using namespace std ;
6
+
7
+ int main (void ){
8
+ ios::sync_with_stdio (0 );
9
+ cin.tie (0 );
10
+
11
+ }
Original file line number Diff line number Diff line change
1
+ // Authored by : BaaaaaaaaaaarkingDog
2
+ // Co-authored by : -
3
+ // http://boj.kr/****************
4
+ #include < bits/stdc++.h>
5
+ using namespace std ;
6
+
7
+ int main (void ){
8
+ ios::sync_with_stdio (0 );
9
+ cin.tie (0 );
10
+
11
+ }
Original file line number Diff line number Diff line change
1
+ // Authored by : BaaaaaaaaaaarkingDog
2
+ // Co-authored by : -
3
+ // http://boj.kr/****************
4
+ #include < bits/stdc++.h>
5
+ using namespace std ;
6
+
7
+ int main (void ){
8
+ ios::sync_with_stdio (0 );
9
+ cin.tie (0 );
10
+
11
+ }
Original file line number Diff line number Diff line change
1
+ // Authored by : BaaaaaaaaaaarkingDog
2
+ // Co-authored by : -
3
+ // http://boj.kr/****************
4
+ #include < bits/stdc++.h>
5
+ using namespace std ;
6
+
7
+ int main (void ){
8
+ ios::sync_with_stdio (0 );
9
+ cin.tie (0 );
10
+
11
+ }
Original file line number Diff line number Diff line change 51
51
| 0x17 | [ 우선순위 큐] ( workbook/0x17.md ) |
52
52
| 0x18 | [ 그래프] ( workbook/0x18.md ) |
53
53
| 0x19 | [ 트리] ( workbook/0x19.md ) |
54
+ | 0x1A | [ 위상 정렬] ( workbook/0x1A.md ) |
54
55
55
56
# 문제집 (개정 전 버전)
56
57
| 번호 | 주제 |
Original file line number Diff line number Diff line change
1
+ # 위상 정렬
2
+
3
+ ![ 100%] ( https://progress-bar.dev/1/?scale=7&title=progress&width=500&color=babaca&suffix=/7 )
4
+
5
+ [ 문제집 링크] ( https://www.acmicpc.net/workbook/view/9738 )
6
+
7
+ | 문제 분류 | 문제 | 문제 제목 | 정답 코드 |
8
+ | :--: | :--: | :--: | :--: |
9
+ | 연습 문제 | 2252 | [ 줄 세우기] ( https://www.acmicpc.net/problem/2252 ) | [ 정답 코드] ( ../0x1A/solutions/2252.cpp ) |
10
+ | 기본 문제✔ | 2623 | [ 음악프로그램] ( https://www.acmicpc.net/problem/2623 ) | - |
11
+ | 기본 문제✔ | 21276 | [ 계보 복원가 호석] ( https://www.acmicpc.net/problem/21276 ) | - |
12
+ | 응용 문제✔ | 1766 | [ 문제집] ( https://www.acmicpc.net/problem/1766 ) | - |
13
+ | 응용 문제 | 2056 | [ 작업] ( https://www.acmicpc.net/problem/2056 ) | - |
14
+ | 응용 문제 | 1005 | [ ACM Craft] ( https://www.acmicpc.net/problem/1005 ) | - |
15
+ | 응용 문제 | 2637 | [ 장난감 조립] ( https://www.acmicpc.net/problem/2637 ) | - |
You can’t perform that action at this time.
0 commit comments