Skip to content

Commit 8a4067d

Browse files
authored
container with most water followed by a line at EOF
1 parent c2fbe6f commit 8a4067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-with-most-water/yhkee0404.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ func maxArea(height []int) int {
1717
ans = max(ans, dx * height[k])
1818
}
1919
return ans
20-
}
20+
}

0 commit comments

Comments
 (0)