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 c2fbe6f commit 8a4067dCopy full SHA for 8a4067d
container-with-most-water/yhkee0404.go
@@ -17,4 +17,4 @@ func maxArea(height []int) int {
17
ans = max(ans, dx * height[k])
18
}
19
return ans
20
-}
+}
0 commit comments