# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
4 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
8 | Dominater069 | 154 |
8 | nor | 154 |
Name |
---|
Can anyone please help me out?
It's look like advanced tree problem.
Centroid decomposition is your friend ~
Could you talk more in detalis about how to use the Centroid Decomposition to solve these two problems above? Thank you very much!
check this out.
https://threads-iiith.quora.com/Centroid-Decomposition-of-a-Tree
Hope that helps. :)
This may or may not help :D ( By seening that you are involved in the conversation there aswell xD )
The topic in that conversation was only about Heavy Light Decomposition (HLD). I already knew about HLD, but I still can't find a way using it to solve QTREE4 and QTREE4. People in that conversation was trying to help someone else to implement it, NOT the Centroid Decomposition as no_motivation mentioned.
have you now know how to solve them using HLD?
If you know then please explain it. It will be of great use for beginners like me!
Can anyone help with HLD solution of above problems?