8000 [bot]auto workbook update · dkim-coder/basic-algo-lecture@8f42126 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f42126

Browse files
author
[bot]auto-workbook
committed
[bot]auto workbook update
1 parent 3467a1a commit 8f42126

File tree

11 files changed

+117
-0
lines changed

11 files changed

+117
-0
lines changed

Appendix D/solutions/10775.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+
}

Appendix D/solutions/14595.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+
}

Appendix D/solutions/1717.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+
}

Appendix D/solutions/17619.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+
}

Appendix D/solutions/18116.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+
}

Appendix D/solutions/1976.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+
}

Appendix D/solutions/20040.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+
}

Appendix D/solutions/2162.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+
}

Appendix D/solutions/7511.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
@@ -60,3 +60,4 @@
6060
| Appendix A | [문자열 기초](workbook/Appendix%20A.md) | ![100%](https://progress-bar.xyz/13/?scale=16&title=progress&width=500&color=babaca&suffix=/16) |
6161
| Appendix B | 동적 배열 (문제집 X) | |
6262
| Appendix C | [비트마스킹](workbook/Appendix%20C.md) | ![100%](https://progress-bar.xyz/2/?scale=7&title=progress&width=500&color=babaca&suffix=/7) |
63+
| Appendix D | [Union-Find](workbook/Appendix%20D.md) | ![100%](https://progress-bar.xyz/0/?scale=9&title=progress&width=500&color=babaca&suffix=/9) |

workbook/Appendix D.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Union-Find
2+
3+
![100%](https://progress-bar.xyz/0/?scale=9&title=progress&width=500&color=babaca&suffix=/9)
4+
5+
[문제집 링크](https://www.acmicpc.net/workbook/view/21218)
6+
7+
| 문제 분류 | 문제 | 문제 제목 | 정답 코드 |
8+
| :--: | :--: | :--: | :--: |
9+
| 연습 문제 | 1717 | [집합의 표현](https://www.acmicpc.net/problem/1717) | - |
10+
| 연습 문제 | 7511 | [소셜 네트워킹 어플리케이션](https://www.acmicpc.net/problem/7511) | - |
11+
| 기본 문제✔ | 1976 | [여행 가자](https://www.acmicpc.net/problem/1976) | - |
12+
| 기본 문제✔ | 20040 | [사이클 게임](https://www.acmicpc.net/problem/20040) | - |
13+
| 응용 문제✔ | 18116 | [로봇 조립](https://www.acmicpc.net/problem/18116) | - |
14+
| 응용 문제✔ | 17619 | [개구리 점프](https://www.acmicpc.net/problem/17619) | - |
15+
| 응용 문제✔ | 14595 | [동방 프로젝트 (Large)](https://www.acmicpc.net/problem/14595) | - |
16+
| 응용 문제 | 10775 | [공항](https://www.acmicpc.net/problem/10775) | - |
17+
| 응용 문제 | 2162 | [선분 그룹](https://www.acmicpc.net/problem/2162) | - |

0 commit comments

Comments
 (0)
0