Skip to content

Commit

Permalink
[bot]auto workbook update
Browse files Browse the repository at this point in the history
  • Loading branch information
[bot]auto-workbook committed Jan 18, 2024
1 parent bfb4486 commit 02511cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
| 0x11 | [그리디](workbook/0x11.md) | ![100%](https://progress-bar.dev/17/?scale=17&title=progress&width=500&color=babaca&suffix=/17) |
| 0x12 | [수학](workbook/0x12.md) | ![100%](https://progress-bar.dev/37/?scale=39&title=progress&width=500&color=babaca&suffix=/39) |
| 0x13 | [이분탐색](workbook/0x13.md) | ![100%](https://progress-bar.dev/20/?scale=21&title=progress&width=500&color=babaca&suffix=/21) |
| 0x14 | [투 포인터](workbook/0x14.md) | ![100%](https://progress-bar.dev/10/?scale=11&title=progress&width=500&color=babaca&suffix=/11) |
| 0x14 | [투 포인터](workbook/0x14.md) | ![100%](https://progress-bar.dev/11/?scale=11&title=progress&width=500&color=babaca&suffix=/11) |
| 0x15 | [해시](workbook/0x15.md) | ![100%](https://progress-bar.dev/10/?scale=10&title=progress&width=500&color=babaca&suffix=/10) |
| 0x16 | [이진 검색 트리](workbook/0x16.md) | ![100%](https://progress-bar.dev/6/?scale=7&title=progress&width=500&color=babaca&suffix=/7) |
| 0x17 | [우선순위 큐](workbook/0x17.md) | ![100%](https://progress-bar.dev/8/?scale=8&title=progress&width=500&color=babaca&suffix=/8) |
Expand Down
4 changes: 2 additions & 2 deletions workbook/0x14.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 투 포인터

![100%](https://progress-bar.dev/10/?scale=11&title=progress&width=500&color=babaca&suffix=/11)
![100%](https://progress-bar.dev/11/?scale=11&title=progress&width=500&color=babaca&suffix=/11)

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

Expand All @@ -16,4 +16,4 @@
| 응용 문제✔ | 20922 | [겹치는 건 싫어](https://www.acmicpc.net/problem/20922) | [정답 코드](../0x14/solutions/20922.cpp) |
| 응용 문제 | 2461 | [대표 선수](https://www.acmicpc.net/problem/2461) | [정답 코드](../0x14/solutions/2461.cpp) |
| 응용 문제 | 2283 | [구간 자르기](https://www.acmicpc.net/problem/2283) | [정답 코드](../0x14/solutions/2283.cpp) |
| 응용 문제 | 20366 | [같이 눈사람 만들래?](https://www.acmicpc.net/problem/20366) | - |
| 응용 문제 | 20366 | [같이 눈사람 만들래?](https://www.acmicpc.net/problem/20366) | [정답 코드](../0x14/solutions/20366.cpp) |

0 comments on commit 02511cf

Please sign in to comment.