Skip to content

Commit 787e586

Browse files
authored
Update stepping-numbers.py
1 parent cd5dd05 commit 787e586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/stepping-numbers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Time: O(logk + r), r is the size of result
22
# Space: O(k), k is the size of stepping numbers in [0, high]
3+
34
import bisect
45

56

0 commit comments

Comments
 (0)