We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eda942 commit 0dca1e8Copy full SHA for 0dca1e8
array/624.py
@@ -13,4 +13,3 @@ def maxDistance(self, nums):
13
low = min(low, min(num))
14
high = max(high, max(num))
15
return res
16
-
0 commit comments