Skip to content

Commit 2a7342c

Browse files
authored
Update README.md
1 parent d3a6a43 commit 2a7342c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@
136136
* 이론
137137
* 다양한 그래프 알고리즘
138138
* 간단한 서로소 집합 알고리즘: [Python 3.7 코드](/10/1.py)
139-
* 개선된 서로소 집합 알고리즘 (경로 압축): [Python 3.7 코드](/10/2.py)
140-
* 서로소 집합을 활용한 사이클 판별: [Python 3.7 코드](/10/3.py)
141-
* 크루스칼 알고리즘: [Python 3.7 코드](/10/4.py)
142-
* 위상 정렬: [Python 3.7 코드](/10/5.py)
139+
* 개선된 서로소 집합 알고리즘 (경로 압축): [Python 3.7 코드](/10/3.py)
140+
* 서로소 집합을 활용한 사이클 판별: [Python 3.7 코드](/10/4.py)
141+
* 크루스칼 알고리즘: [Python 3.7 코드](/10/5.py)
142+
* 위상 정렬: [Python 3.7 코드](/10/6.py)
143143
* 실전
144-
* 팀 결성: [Python 3.7 코드](/10/6.py)
145-
* 도시 분할 계획: [Python 3.7 코드](/10/7.py)
146-
* 커리큘럼: [Python 3.7 코드](/10/8.py)
144+
* 팀 결성: [Python 3.7 코드](/10/7.py)
145+
* 도시 분할 계획: [Python 3.7 코드](/10/8.py)
146+
* 커리큘럼: [Python 3.7 코드](/10/9.py)
147147

148148
### Part 3 알고리즘 유형별 기출문제
149149

0 commit comments

Comments
 (0)