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 ddfa663 commit aef8155Copy full SHA for aef8155
Python/sliding-window-median.py
@@ -1,4 +1,4 @@
1
-# Time: O(nlogk)
+# Time: O(nlogn)
2
# Space: O(n)
3
4
import collections
0 commit comments