
Desicription
Reverse bits of a given 32 bits unsigned integer.
Example:
1 |
Input: 43261596 |
Follow up:
If this function is called many times, how would you optimize it?
Solution
1 |
class { |

Reverse bits of a given 32 bits unsigned integer.
Example:
1 |
Input: 43261596 |
Follow up:
If this function is called many times, how would you optimize it?
1 |
class { |
近期评论