Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

Centroid decomposition problem

Правка en3, от mayankp, 2016-12-22 06:38:17

The following POI problem: main.edu.pl/en/archive/oi/21/hot, which asks one to find the number of vertices of a tree equidistant from one vertex, has a fairly simple O(n^2) solution, which is sufficient to get full points. However, when looking at the solution, there appeared to be a O(n log n) solution that used what appeared to be centroid decomposition, though it was hard to tell, since the solution was in Polish and google translate doesn't do that good of a job. What is a solution to this problem in O(n log n) that uses centroid decomposition, and are there any other solutions that get O(n log n) or better?

Теги centroid decomposition, polish oi

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский mayankp 2016-12-22 06:38:17 0 (published)
en2 Английский mayankp 2016-12-22 06:37:08 574
en1 Английский mayankp 2016-12-22 06:31:12 132 Initial revision (saved to drafts)