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 9bbb9ed commit 02d8fc1Copy full SHA for 02d8fc1
container-with-most-water/taurus09318976.py
@@ -39,3 +39,6 @@ def maxArea(self, height: List[int]):
39
right -= 1
40
41
return max_water
42
+
43
44
0 commit comments