Skip to content

Commit aef8155

Browse files
authored
Update sliding-window-median.py
1 parent ddfa663 commit aef8155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/sliding-window-median.py

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

44
import collections

0 commit comments

Comments
 (0)