Блог пользователя rayhanSakib

Автор rayhanSakib, история, 9 часов назад, По-английски

I am feeling weak in bitmask problem. I am facing the problem "How to think actually!!".. Could anyone help me ??

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
9 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
9 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Can you provide the link to the problem ?

»
8 часов назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

Understand the concept of bitwise AND, OR and XOR. Then try to visualize them. Practice in pen-paper like 23 OR 39 = ?, 67 XOR 34 = ?, 24 AND 18 = ? ..... Then try solving some bitmask problems of your level.

Additional : Watch some basic bitmask problem tutorial in YT it will make things easier for you.

Note : There is a typo in you blog. I think it will be "bitmask problems" instead of "bitmask problem" fix it otherwise it will give people wrong idea.