Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuns66 authored Dec 26, 2022
1 parent 24107b8 commit 8a90f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
[백준 문제집](https://www.acmicpc.net/workbook/view/6781)
| 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 | 준영 | 현석 |
| :-----: | :-----: | :-----: | :-----: | :-----: | :-----: | :-----: |
| 00 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/5618" target="_blank">5618</a> | <a href="https://www.acmicpc.net/problem/5618" target="_blank">공약수</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/3.svg"/> | <a href="./../solution/math/5618">바로가기</a> |
| 01 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/22864" target="_blank">22864</a> | <a href="https://www.acmicpc.net/problem/22864" target="_blank">피로도</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/3.svg"/> | <a href="./../solution/math/22864">바로가기</a> |
| 00 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/5618" target="_blank">5618</a> | <a href="https://www.acmicpc.net/problem/5618" target="_blank">공약수</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/3.svg"/> |
| 01 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/22864" target="_blank">22864</a> | <a href="https://www.acmicpc.net/problem/22864" target="_blank">피로도</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/3.svg"/> |
| 02 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/2745" target="_blank">2745</a> | <a href="https://www.acmicpc.net/problem/2745" target="_blank">진법 변환</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/4.svg"/> | <a href="./../solution/math/2745">바로가기</a> |
| 03 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/1110" target="_blank">1110</a> | <a href="https://www.acmicpc.net/problem/1110" target="_blank">더하기 사이클</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/5.svg"/> | <a href="./../solution/math/1110">바로가기</a> |
| 04 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/2609" target="_blank">2609</a> | <a href="https://www.acmicpc.net/problem/2609" target="_blank">최대공약수와 최소공배수</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/6.svg"/> | <a href="./../solution/math/2609">바로가기</a> |
Expand Down

0 comments on commit 8a90f9d

Please sign in to comment.