您的位置:首页 > 其它

CC150 Bit manipulation

2016-01-31 03:08 183 查看
The big manipulation problem on CC150 is quite tricky/

there are basically fundamental operation like and or and xor. 

and we can use the bit movement to solve some problems like set get and update the bits in some specific position.

like (1 << i)

There are  some questions for one problem:

5.2

5.3

5.7

5.8
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: