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 | 3856 |
2 | jiangly | 3747 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3591 |
6 | gamegame | 3477 |
7 | Benq | 3468 |
8 | Radewoosh | 3462 |
9 | ecnerwala | 3451 |
10 | heuristica | 3431 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | -is-this-fft- | 162 |
3 | Dominater069 | 160 |
4 | Um_nik | 158 |
5 | atcoder_official | 157 |
6 | Qingyu | 156 |
7 | adamant | 151 |
7 | djm03178 | 151 |
7 | luogu_official | 151 |
10 | awoo | 146 |
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.net/problemset/problem/440/D
http://codeforces.net/problemset/problem/618/D
What about this one?
You can list the problems in your post.
i found this blog represent about sibling DP technique