Community Problem
Power of Two
Difficulty: Easy
Determine whether a 32-bit signed integer is a power of two using a single bit-AND trick.
Community Problem
Difficulty: Easy
Determine whether a 32-bit signed integer is a power of two using a single bit-AND trick.