Skip to content

Commit df90ce9

Browse files
committed
Runtime: 3791 ms (Top 5.08%) | Memory: 15.3 MB (Top 74.05%)
1 parent 34b2c80 commit df90ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/S/Smallest Range II/Smallest Range II.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 2599 ms (Top 5.22%) | Memory: 15.4 MB (Top 17.63%)
1+
# Runtime: 3791 ms (Top 5.08%) | Memory: 15.3 MB (Top 74.05%)
22
class Solution:
33
def smallestRangeII(self, lis: List[int], k: int) -> int:
44
lis.sort()

0 commit comments

Comments
 (0)