some simple examples

This commit is contained in:
Mari Wahl 2015-01-03 19:33:07 -05:00
parent 2e3116f207
commit 52fdba36de
10 changed files with 99 additions and 2 deletions

View file

@ -1,4 +1,4 @@
BITWISE
BIT-WISE
----------------------
1. To find a number:
@ -30,4 +30,4 @@
6. Is power of 2?
just do x&(x-1).
if 0 --> yes!
if 0 --> yes!