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

Skip to content

Commit f51517d

Browse files
author
[bot]auto-workbook
committed
[bot]auto workbook update
1 parent c387637 commit f51517d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

workbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| 0x0F | [정렬 II](workbook/0x0F.md) | ![100%](https://progress-bar.dev/9/?scale=9&title=progress&width=500&color=babaca&suffix=/9) |
4444
| 0x10 | [다이나믹 프로그래밍](workbook/0x10.md) | ![100%](https://progress-bar.dev/44/?scale=44&title=progress&width=500&color=babaca&suffix=/44) |
4545
| 0x11 | [그리디](workbook/0x11.md) | ![100%](https://progress-bar.dev/17/?scale=17&title=progress&width=500&color=babaca&suffix=/17) |
46-
| 0x12 | [수학](workbook/0x12.md) | ![100%](https://progress-bar.dev/34/?scale=39&title=progress&width=500&color=babaca&suffix=/39) |
46+
| 0x12 | [수학](workbook/0x12.md) | ![100%](https://progress-bar.dev/35/?scale=39&title=progress&width=500&color=babaca&suffix=/39) |
4747
| 0x13 | [이분탐색](workbook/0x13.md) | ![100%](https://progress-bar.dev/19/?scale=21&title=progress&width=500&color=babaca&suffix=/21) |
4848
| 0x14 | [투 포인터](workbook/0x14.md) | ![100%](https://progress-bar.dev/8/?scale=11&title=progress&width=500&color=babaca&suffix=/11) |
4949
| 0x15 | [해시](workbook/0x15.md) | ![100%](https://progress-bar.dev/8/?scale=10&title=progress&width=500&color=babaca&suffix=/10) |

workbook/0x12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 수학
22

3-
![100%](https://progress-bar.dev/34/?scale=39&title=progress&width=500&color=babaca&suffix=/39)
3+
![100%](https://progress-bar.dev/35/?scale=39&title=progress&width=500&color=babaca&suffix=/39)
44

55
[문제집 링크](https://www.acmicpc.net/workbook/view/8174)
66

@@ -24,7 +24,7 @@
2424
| 기본 문제 | 10610 | [30](https://www.acmicpc.net/problem/10610) | [정답 코드](../0x12/solutions/10610.cpp) |
2525
| 기본 문제 | 6359 | [만취한 상범](https://www.acmicpc.net/problem/6359) | [정답 코드](../0x12/solutions/6359.cpp), [별해 1](../0x12/solutions/6359_1.cpp) |
2626
| 기본 문제 | 10250 | [ACM 호텔](https://www.acmicpc.net/problem/10250) | [정답 코드](../0x12/solutions/10250.cpp) |
27-
| 기본 문제 | 1456 | [거의 소수](https://www.acmicpc.net/problem/1456) | - |
27+
| 기본 문제 | 1456 | [거의 소수](https://www.acmicpc.net/problem/1456) | [정답 코드](../0x12/solutions/1456.cpp) |
2828
| 기본 문제 | 2839 | [설탕 배달](https://www.acmicpc.net/problem/2839) | - |
2929
| 기본 문제 | 17103 | [골드바흐 파티션](https://www.acmicpc.net/problem/17103) | [정답 코드](../0x12/solutions/17103.cpp) |
3030
| 기본 문제 | 2312 | [수 복원하기](https://www.acmicpc.net/problem/2312) | [정답 코드](../0x12/solutions/2312.cpp) |

0 commit comments

Comments
 (0)
0