최소신장트리/크루스칼

Updated:

이론이 잘 정리된 사이트를 발견했다. 여기 블로그에 따로 정리하지 않겠다.

1) 최소신장트리 https://gmlwjd9405.github.io/2018/08/28/algorithm-mst.html 2) 크루스칼 알고리즘 https://gmlwjd9405.github.io/2018/08/29/algorithm-kruskal-mst.html 3) union-find 알고리즘 https://gmlwjd9405.github.io/2018/08/31/algorithm-union-find.html

Leave a comment