Skip to content

Commit 365d638

Browse files
committed
auto - update readme file
1 parent ec07fb2 commit 365d638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| [에라토스테네스의 체](https://www.acmicpc.net/problem/2960) | 구현, 소수 판정, 수학, 에라토스테네스의 체, 정수론 | [2960.py](./baekjoon/week_03/18_2960) | ✔️ | Silver IV |
2727
| [소수&팰린드롬](https://www.acmicpc.net/problem/1747) | 브루트포스 알고리즘, 소수 판정, 수학, 에라토스테네스의 체, 정수론 | [1747.py](./baekjoon/week_03/24_1747) | ✔️ | Gold V |
2828
| [LCM](https://www.acmicpc.net/problem/5347) | 수학, 유클리드 호제법, 정수론 | [5347.py](./baekjoon/week_03/19_5347) | ✔️ | Silver IV |
29+
| [GCD 합](https://www.acmicpc.net/problem/9613) | 수학, 유클리드 호제법, 정수론 | [9613.py](./baekjoon/week_03/20_9613) | ✔️ | Silver III |
2930
| [트리의 부모 찾기](https://www.acmicpc.net/problem/11725) | 그래프 이론, 그래프 탐색, 깊이 우선 탐색, 너비 우선 탐색, 트리 | [11725.py](./baekjoon/week_02/14_11725) || Silver II |
3031
| [가장 가까운 공통 조상](https://www.acmicpc.net/problem/3584) | 그래프 이론, 그래프 탐색, 깊이 우선 탐색, 최소 공통 조상, 트리 | [3584.py](./baekjoon/week_02/16_3584) || Gold IV |
3132
| [트리의 지름](https://www.acmicpc.net/problem/1967) | 그래프 이론, 그래프 탐색, 깊이 우선 탐색, 트리 | [1967.py](./baekjoon/week_02/15_1967) || Gold IV |
@@ -34,7 +35,6 @@
3435
| [완전 이진 트리](https://www.acmicpc.net/problem/9934) | 구현, 재귀, 트리 | [9934.py](./baekjoon/week_03/21_9934) || Silver I |
3536
| [트리](https://www.acmicpc.net/problem/1068) | 그래프 이론, 그래프 탐색, 깊이 우선 탐색, 트리 | [1068.py](./baekjoon/week_03/23_1068) || Gold V |
3637
| [이진 검색 트리](https://www.acmicpc.net/problem/5639) | 그래프 이론, 그래프 탐색, 재귀, 트리 | [5639.py](./baekjoon/week_03/22_5639) || Silver I |
37-
| [GCD 합](https://www.acmicpc.net/problem/9613) | 수학, 유클리드 호제법, 정수론 | [9613.py](./baekjoon/week_03/20_9613) || Silver III |
3838

3939

4040
---

0 commit comments

Comments
 (0)