We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2차원 평면 상에 N개의 점이 주어지고, 간선의 가중치가 유클리드 거리로 정의되었을 때 MST를 구하는 문제 들로네 삼각분할을 이용해 O(N log N)에 간선을 3N개 이하로 줄이는 방법을 통해 O(N log N)에 구할 수 있음
The text was updated successfully, but these errors were encountered:
집어감
Sorry, something went wrong.
No branches or pull requests
주제 이름
주제 소개 (관련 자료 링크 포함)
2차원 평면 상에 N개의 점이 주어지고, 간선의 가중치가 유클리드 거리로 정의되었을 때 MST를 구하는 문제
들로네 삼각분할을 이용해 O(N log N)에 간선을 3N개 이하로 줄이는 방법을 통해 O(N log N)에 구할 수 있음
대략적인 난이도
관련 문제 링크
The text was updated successfully, but these errors were encountered: