10000 Update 2146_1.cpp · dostiny/basic-algo-lecture@2aeea27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2aeea27

Browse files
Update 2146_1.cpp
1 parent 62be0e8 commit 2aeea27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x09/solutions/2146_1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ int main(void) {
8484
/*
8585
bfs를 2번만 사용해 O(n^2) 문제를 풀어내는 풀이. 자세한 설명글은
8686
87-
http://www.secmem.org/blog/2019/03/07/코딩테스트-대비-특강/
87+
https://infossm.github.io/blog/2019/03/07/%EC%BD%94%EB%94%A9%ED%85%8C%EC%8A%A4%ED%8A%B8-%EB%8C%80%EB%B9%84-%ED%8A%B9%EA%B0%95/
8888
8989
의 52p부터 확인하면 된다.
9090
*/

0 commit comments

Comments
 (0)
0