Skip to content
New issue

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

[주제 제안] O(N log N) Euclidean MST #21

Open
justiceHui opened this issue Mar 7, 2020 · 1 comment
Open

[주제 제안] O(N log N) Euclidean MST #21

justiceHui opened this issue Mar 7, 2020 · 1 comment
Labels
주제 제안 블로그 포스팅 주제 제안

Comments

@justiceHui
Copy link
Member

주제 이름

  • O(N log N) Euclidean MST

주제 소개 (관련 자료 링크 포함)

2차원 평면 상에 N개의 점이 주어지고, 간선의 가중치가 유클리드 거리로 정의되었을 때 MST를 구하는 문제
들로네 삼각분할을 이용해 O(N log N)에 간선을 3N개 이하로 줄이는 방법을 통해 O(N log N)에 구할 수 있음

대략적인 난이도

  • 루비 4 정도

관련 문제 링크

@justiceHui justiceHui added the 주제 제안 블로그 포스팅 주제 제안 label Mar 7, 2020
@kimjg1119
Copy link
Contributor

집어감

@justiceHui justiceHui reopened this Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
주제 제안 블로그 포스팅 주제 제안
Projects
None yet
Development

No branches or pull requests

2 participants