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 02fa577 commit 8ad0e8dCopy full SHA for 8ad0e8d
find-median-from-data-stream/KwonNayeon.py
@@ -40,4 +40,4 @@ def findMedian(self) -> float:
40
mid1 = self.nums[n // 2 - 1]
41
mid2 = self.nums[n // 2]
42
return (mid1 + mid2) / 2.0
43
-
+
0 commit comments