Reverse the bits of a given 32-bit unsigned integer.
Input: n=00000010100101000001111010011100 Output: 964176192 (00111001011110000010100101000000)
Unlock hints progressively — start gentle, go deeper only if needed.
Level 1: Gentle Nudge
A subtle direction
Level 2: Approach
The algorithm to use
Level 3: Detailed
Step-by-step guidance
to save progress and use AI features