Can anyone give me some links through which I can learn siblings dp? And also please provide me some problems related to it. Thanks in advanced...
# | User | Rating |
---|---|---|
1 | tourist | 3778 |
2 | Benq | 3592 |
3 | ecnerwala | 3521 |
4 | Um_nik | 3423 |
5 | jiangly | 3375 |
6 | Petr | 3342 |
7 | Radewoosh | 3337 |
8 | scott_wu | 3313 |
9 | maroonrk | 3265 |
10 | yosupo | 3259 |
# | User | Contrib. |
---|---|---|
1 | 1-gon | 201 |
2 | Errichto | 200 |
3 | rng_58 | 194 |
4 | SecondThread | 193 |
5 | awoo | 185 |
6 | vovuh | 182 |
6 | Um_nik | 182 |
8 | antontrygubO_o | 177 |
9 | Ashishgup | 176 |
10 | -is-this-fft- | 171 |
Can anyone give me some links through which I can learn siblings dp? And also please provide me some problems related to it. Thanks in advanced...
Name |
---|
I found some problems with sibling dp. It will be very helpful if anyone provides more: 1. https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=242&page=show_problem&problem=3245
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=5184
http://www.lightoj.com/volume_showproblem.php?problem=1252
how to solve uva live 7172 . problem link :https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&category=633&page=show_problem&problem=5184 please give hints
How to solve UVA Live-7172. Any hint ?
There is another one: https://www.hackerrank.com/contests/world-codesprint-9/challenges/kingdom-division
This problem is solved using sibling DP as the mentioned above :)
What is sibling DP? Is it just solving for some node of a tree some prefix of its children, using answers for previous prefixes?
Yes
Check these problems from the CF set :
http://codeforces.com/problemset/problem/440/D
http://codeforces.com/problemset/problem/618/D
can you explain the problem 440D thank you :)
What about this one?
You can list the problems in your post.
i found this blog represent about sibling DP technique