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

Skip to content

Commit a513530

Browse files
author
[bot]auto-workbook
committed
[bot]auto workbook update
1 parent 0d4c87a commit a513530

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/28/?scale=39&title=progress&width=500&color=babaca&suffix=/39) |
46+
| 0x12 | [수학](workbook/0x12.md) | ![100%](https://progress-bar.dev/29/?scale=39&title=progress&width=500&color=babaca&suffix=/39) |
4747
| 0x13 | [이분탐색](workbook/0x13.md) | ![100%](https://progress-bar.dev/17/?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/28/?scale=39&title=progress&width=500&color=babaca&suffix=/39)
3+
![100%](https://progress-bar.dev/29/?scale=39&title=progress&width=500&color=babaca&suffix=/39)
44

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

@@ -38,7 +38,7 @@
3838
| 응용 문제✔ | 1292 | [쉽게 푸는 문제](https://www.acmicpc.net/problem/1292) | [정답 코드](../0x12/solutions/1292.cpp) |
3939
| 응용 문제✔ | 1790 | [수 이어 쓰기 2](https://www.acmicpc.net/problem/1790) | [정답 코드](../0x12/solutions/1790.cpp) |
4040
| 응용 문제✔ | 3036 | [](https://www.acmicpc.net/problem/3036) | [정답 코드](../0x12/solutions/3036.cpp) |
41-
| 응용 문제 | 1735 | [분수 합](https://www.acmicpc.net/problem/1735) | - |
41+
| 응용 문제 | 1735 | [분수 합](https://www.acmicpc.net/problem/1735) | [정답 코드](../0x12/solutions/1735.cpp) |
4242
| 응용 문제 | 3343 | [장미](https://www.acmicpc.net/problem/3343) | - |
4343
| 응용 문제 | 1963 | [소수 경로](https://www.acmicpc.net/problem/1963) | [정답 코드](../0x12/solutions/1963.cpp) |
4444
| 응용 문제 | 1747 | [소수&팰린드롬](https://www.acmicpc.net/problem/1747) | [정답 코드](../0x12/solutions/1747.cpp), [별해 1](../0x12/solutions/1747_1.cpp) |

0 commit comments

Comments
 (0)
0