10000 [bot]auto workbook update · hyperminji/basic-algo-lecture@23b6fa5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23b6fa5

Browse files
author
[bot]auto-workbook
committed
[bot]auto workbook update
1 parent 6f7f70e commit 23b6fa5

File tree

10 files changed

+107
-0
lines changed

10 files changed

+107
-0
lines changed

0x15/solutions/11478.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+
}

0x15/solutions/13414.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+
}

0x15/solutions/1351.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+
}

0x15/solutions/16165.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+
}

0x15/solutions/17219.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+
}

0x15/solutions/19583.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+
}

0x15/solutions/20166.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+
}

0x15/solutions/9375.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
@@ -22,6 +22,7 @@
2222
| 0x12 | [수학](workbook/0x12.md) |
2323
| 0x13 | [이분탐색](workbook/0x13.md) |
2424
| 0x14 | [투 포인터](workbook/0x14.md) |
25+
| 0x15 | [해시](workbook/0x15.md) |
2526

2627
# 문제집 (개정 전 버전)
2728
| 번호 | 주제 |

workbook/0x15.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 해시
2+
3+
![100%](https://progress-bar.dev/2/?scale=10&title=progress&width=500&color=babaca&suffix=/10)
4+
5+
[문제집 링크](https://www.acmicpc.net/workbook/view/9063)
6+
7+
| 문제 | 문제 제목 | 정답 코드 |
8+
| :--: | :--: | :--: |
9+
| 7785 | [회사에 있는 사람](https://www.acmicpc.net/problem/7785) | [정답 코드](../0x15/solutions/7785.cpp) |
10+
| 1620 | [나는야 포켓몬 마스터 이다솜](https://www.acmicpc.net/problem/1620) | [정답 코드](../0x15/solutions/1620.cpp) |
11+
| 13414 | [수강신청](https://www.acmicpc.net/problem/13414) | - |
12+
| 17219 | [비밀번호 찾기](https://www.acmicpc.net/problem/17219) | - |
13+
| 9375 | [패션왕 신해빈](https://www.acmicpc.net/problem/9375) | - |
14+
| 16165 | [걸그룹 마스터 준석이](https://www.acmicpc.net/problem/16165) | - |
15+
| 11478 | [서로 다른 부분 문자열의 개수](https://www.acmicpc.net/problem/11478) | - |
16+
| 19583 | [싸이버개강총회](https://www.acmicpc.net/problem/19583) | - |
17+
| 20166 | [문자열 지옥에 빠진 호석](https://www.acmicpc.net/problem/20166) | - |
18+
| 1351 | [무한 수열](https://www.acmicpc.net/problem/1351) | - |

0 commit comments

Comments
 (0)
0