Leetcode 190. Reverse Bits
Reverse the order of bits in a 32-bit unsigned integer and return the resulting integer (treat the input as exactly 32 bits). For repeated calls, consider optimizing by precomputing or caching partial-bit reversals (e.g., using a lookup table).
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Your account is free and you can post anonymously if you choose.