Skip to content

Commit bb041bd

Browse files
authored
Update README.md
1 parent 47db07f commit bb041bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@
117117
> 다익스트라 최단 경로 알고리즘, 최소 신장 트리 알고리즘을 활용한 문제풀이
118118
119119
#### [16] [핵심 유형 문제풀이](/Notes/%5B16%5D%20CHAPTER%2010.%20그래프%20고급%20탐색%20알고리즘%20-%20핵심%20유형%20문제풀이.pdf)
120-
* [해킹](https://www.acmicpc.net/problem/10282): ([Python 답안](/Solutions/%5B16%5D_1.py))
121-
* [거의 최단 경로](https://www.acmicpc.net/problem/5719): ([Python 답안](/Solutions/%5B16%5D_2.py))
122-
* [우주신과의 교감](https://www.acmicpc.net/problem/1774): ([Python 답안](/Solutions/%5B16%5D_3.py))
120+
* [해킹](https://www.acmicpc.net/problem/10282): ([Python 답안](/Solutions/%5B16%5D_1.py) / [C++ 답안](/Solutions/%5B16%5D_1.cpp))
121+
* [거의 최단 경로](https://www.acmicpc.net/problem/5719): ([Python 답안](/Solutions/%5B16%5D_2.py) / [C++ 답안](/Solutions/%5B16%5D_2.cpp))
122+
* [우주신과의 교감](https://www.acmicpc.net/problem/1774): ([Python 답안](/Solutions/%5B16%5D_3.py) / [C++ 답안](/Solutions/%5B16%5D_3.cpp))
123123

124124
### Chapter 11. 탐욕 알고리즘
125125

0 commit comments

Comments
 (0)