File tree Expand file tree Collapse file tree 10 files changed +107
-0
lines changed Expand file tree Collapse file tree 10 files changed +107
-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
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 22
22
| 0x12 | [ 수학] ( workbook/0x12.md ) |
23
23
| 0x13 | [ 이분탐색] ( workbook/0x13.md ) |
24
24
| 0x14 | [ 투 포인터] ( workbook/0x14.md ) |
25
+ | 0x15 | [ 해시] ( workbook/0x15.md ) |
25
26
26
27
# 문제집 (개정 전 버전)
27
28
| 번호 | 주제 |
Original file line number Diff line number Diff line change
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 ) | - |
You can’t perform that action at this time.
0 commit comments