Skip to content

Commit 25c3b0a

Browse files
author
[bot]auto-workbook
committed
[bot]auto workbook update
1 parent a11fefa commit 25c3b0a

File tree

8 files changed

+82
-0
lines changed

8 files changed

+82
-0
lines changed

0x1A/solutions/1005.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0x1A/solutions/1766.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0x1A/solutions/2056.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0x1A/solutions/21276.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0x1A/solutions/2623.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0x1A/solutions/2637.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

workbook.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
| 0x17 | [우선순위 큐](workbook/0x17.md) |
5252
| 0x18 | [그래프](workbook/0x18.md) |
5353
| 0x19 | [트리](workbook/0x19.md) |
54+
| 0x1A | [위상 정렬](workbook/0x1A.md) |
5455

5556
# 문제집 (개정 전 버전)
5657
| 번호 | 주제 |

workbook/0x1A.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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) | - |

0 commit comments

Comments
 (0)