Skip to content

Commit 0dca1e8

Browse files
committed
get rid of medium
1 parent 0eda942 commit 0dca1e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

array/624.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ def maxDistance(self, nums):
1313
low = min(low, min(num))
1414
high = max(high, max(num))
1515
return res
16-

0 commit comments

Comments
 (0)