Search
⌘K

Leetcode 693. Binary Number with Alternating Bits

Determine whether the binary representation of a positive integer has alternating bits, i.e., every pair of adjacent bits differs. The task focuses on an efficient bitwise or constant/logarithmic-time check rather than full string parsing.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.