When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Bakry's blog

By Bakry, history, 6 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

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

In what programming language do you want?

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

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

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

»
6 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).

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

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