Search
⌘K

Leetcode 1009. Complement of Base 10 Integer

Flip every bit in n's binary representation up to its most significant 1 (i.e., ignore leading zeros) and return the resulting integer. Example: 5 (101) -> complement 2 (010).


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.