Skip to content

Solve(MST): BOJ 1414 "불우이웃돕기" 문제 풀이#140

Open
longrunpc wants to merge 1 commit into
solvedfrom
boj/1414
Open

Solve(MST): BOJ 1414 "불우이웃돕기" 문제 풀이#140
longrunpc wants to merge 1 commit into
solvedfrom
boj/1414

Conversation

@longrunpc

Copy link
Copy Markdown
Contributor

📘 문제 정보


✅ 정답(PR)인 경우 작성

1) 최종 풀이 요약

  • 해결 방법 핵심: 유니온 파인드를 사용하여 사이클을 검증하고 갱신하며 mst로 풀이
  • 사용한 알고리즘/자료구조: mst, union-find

2) 시간/공간 복잡도

  • 시간 복잡도: O(N^2)
  • 공간 복잡도: O(N^2)

📝 기타

  • 문제 설명이 살짝 부족하여 문제 이해에 시간이 많이 소요.

@longrunpc longrunpc self-assigned this Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant