Skip to content

Commit

Permalink
Update confusing-number.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Jun 18, 2019
1 parent c003204 commit 490fb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/confusing-number.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Time: O(logn)
# Space: O(1)
# Space: O(logn)

class Solution(object):
def confusingNumber(self, N):
Expand Down

0 comments on commit 490fb90

Please sign in to comment.