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 8304f20 commit d98b020Copy full SHA for d98b020
Add Binary - Leetcode 67/Add Binary - Leetcode 67.py
@@ -9,4 +9,4 @@ def addBinary(self, a, b) -> str:
9
10
return bin(a)[2:]
11
# Time: O(A + B)
12
- # Space: O(max(A, B))
+ # Space: O(1)
0 commit comments