Skip to content

Commit 2fdd47c

Browse files
authored
Update maximum-value-at-a-given-index-in-a-bounded-array.py
1 parent ff2e9bf commit 2fdd47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/maximum-value-at-a-given-index-in-a-bounded-array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(logn)
1+
# Time: O(logm)
22
# Space: O(1)
33

44
class Solution(object):

0 commit comments

Comments
 (0)