emotionles's blog

By emotionles, history, 9 years ago, In English

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...

Tags dp, tree
  • Vote: I like it
  • +11
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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 :)

»
7 years ago, # |
  Vote: I like it +31 Vote: I do not like it

What is sibling DP? Is it just solving for some node of a tree some prefix of its children, using answers for previous prefixes?

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

You can list the problems in your post.

»
5 years ago, # |
Rev. 2   Vote: I like it +8 Vote: I do not like it

i found this blog represent about sibling DP technique