sumit93's blog

By sumit93, 11 years ago, In English

Give me some idea to learn bitmask dp.

  • Vote: I like it
  • -10
  • Vote: I do not like it

»
11 years ago, # |
  Vote: I like it +4 Vote: I do not like it

You could check these two tutorials: http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=bitManipulation and http://codeforces.com/blog/entry/337.

The first one help you to understand the operations with bitmasks, and the second gives you some applications with DP and bit masks.

»
11 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Thank you so much

»
11 years ago, # |
  Vote: I like it +2 Vote: I do not like it

Just find and solve some problems.

»
11 years ago, # |
  Vote: I like it +19 Vote: I do not like it
  1. Get blue colour or higher
  2. Learn bitmask DP
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

You can just go on YouTube and watch this video. I think you will find a good explanation there.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    The post was given in 7 years ago.Now He is a Googler.