- Time : O(logA)
- Space : O(1)
c++
1 | unsigned int Solution::reverse(unsigned int A) { |