Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

Bakry's blog

By Bakry, history, 7 years ago, In English

Is there's anyone has good tutorial or Video that describe Bitmask with cases ? In C++

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

In what programming language do you want?

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

here is one, but the examples are in c++.

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

https://www.topcoder.com/community/data-science/data-science-tutorials/a-bit-of-fun-fun-with-bits/

This tutorial pretty much sums up much all of the knowledge of bitmask you will need for now.

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

Auto comment: topic has been updated by Bakry (previous revision, new revision, compare).

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

Video tutorial on DP+Bitmask with a problem solution, here