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 187d1d2 commit 52cb217Copy full SHA for 52cb217
maximum-product-subarray/dusunax.py
@@ -28,4 +28,4 @@ def maxProduct(self, nums: List[int]) -> int:
28
max_prod = max(candidates)
29
result = max(max_prod, result)
30
31
- return result
+ return result
0 commit comments