Reverse Bits
Easy
Bit Manipulation
NeetCode 150
Reverse bits of a given 32 bits unsigned integer.

Constraints:

  • The input must be a binary string of length 32.