We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d6ad9 commit b9049acCopy full SHA for b9049ac
Python/reverse-bits.py
@@ -1,5 +1,6 @@
1
# Time : O(32)
2
# Space: O(1)
3
+
4
class Solution(object):
5
# @param n, an integer
6
# @return an integer
0 commit comments