jiy12345 / Beakjoon-Online-Judge

백준 문제 풀이
1 stars 0 forks source link

22.04.01 / 1197: 최소 스패닝 트리 #2

Closed jiy12345 closed 2 years ago

jiy12345 commented 2 years ago

문제

티어 문제 링크
Gold 4 https://www.acmicpc.net/problem/1197

어려움을 겪은 부분

복습할 지점

jiy12345 commented 2 years ago

크루스칼 알고리즘에 대한 내용을 정리하고, 구현하였다. https://github.com/jiy12345/Algorithms_And_DataStructures_In_CPlusPlus/tree/master/Algorithms/Graph/kruskal

jiy12345 commented 2 years ago

크루스칼 알고리즘을 활용하는 문제를 풀어보았다.

문제

이름 티어 문제 링크
네트워크 연결 Gold 4 https://www.acmicpc.net/problem/1922

풀이

핵심 개념