8000 [bot]auto workbook update · hackerman91/basic-algo-lecture@51ae761 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51ae761

Browse files
author
[bot]auto-workbook
committed
[bot]auto workbook update
1 parent 94e3653 commit 51ae761

File tree

8 files changed

+82
-0
lines changed

8 files changed

+82
-0
lines changed

Appendix C/solutions/1497.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 C/solutions/15787.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 C/solutions/17114.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 C/solutions/2064.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 C/solutions/24389.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 C/solutions/2961.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
@@ -59,3 +59,4 @@
5959
| 0x1F | [트라이](workbook/0x1F.md) | ![100%](https://progress-bar.dev/10/?scale=10&title=progress&width=500&color=babaca&suffix=/10) |
6060
| Appendix A | [문자열 기초](workbook/Appendix%20A.md) | ![100%](https://progress-bar.dev/13/?scale=16&title=progress&width=500&color=babaca&suffix=/16) |
6161
| Appendix B | 동적 배열 (문제집 X) | |
62+
| Appendix C | [비트마스킹](workbook/Appendix%20C.md) | ![100%](https://progress-bar.dev/1/?scale=7&title=progress&width=500&color=babaca&suffix=/7) |

workbook/Appendix C.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/18875)
6+
7+
| 문제 분류 | 문제 | 문제 제목 | 정답 코드 |
8+
| :--: | :--: | :--: | :--: |
9+
| 연습 문제 | 11723 | [집합](https://www.acmicpc.net/problem/11723) | [정답 코드](../Appendix%20C/solutions/11723.cpp) |
10+
| 연습 문제 | 1497 | [기타콘서트](https://www.acmicpc.net/problem/1497) | - |
11+
| 기본 문제✔ | 2961 | [도영이가 만든 맛있는 음식](https://www.acmicpc.net/problem/2961) | - |
12+
| 기본 문제✔ | 15787 | [기차가 어둠을 헤치고 은하수를](https://www.acmicpc.net/problem/15787) | - |
13+
| 기본 문제✔ | 24389 | [2의 보수](https://www.acmicpc.net/problem/24389) | - |
14+
| 응용 문제✔ | 2064 | [IP 주소](https://www.acmicpc.net/problem/2064) | - |
15+
| 응용 문제✔ | 17114 | [하이퍼 토마토](https://www.acmicpc.net/problem/17114) | - |

0 commit comments

Comments
 (0)
0