We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b2c80 commit df90ce9Copy full SHA for df90ce9
scripts/algorithms/S/Smallest Range II/Smallest Range II.py
@@ -1,4 +1,4 @@
1
-// Runtime: 2599 ms (Top 5.22%) | Memory: 15.4 MB (Top 17.63%)
+# Runtime: 3791 ms (Top 5.08%) | Memory: 15.3 MB (Top 74.05%)
2
class Solution:
3
def smallestRangeII(self, lis: List[int], k: int) -> int:
4
lis.sort()
0 commit comments