美文网首页
11. Container With Most Water

11. Container With Most Water

作者: 我是你的果果呀 | 来源:发表于2016-12-25 03:52 被阅读0次

Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of lineiis at (i,ai) and (i, 0). Find two lines, which together with x-axis forms a container, such that the container contains the most water.

Note: You may not slant the container andnis at least 2.

两个指针,同时向中间走,谁小谁向前走一步, 记录下最大值。

相关文章

网友评论

      本文标题:11. Container With Most Water

      本文链接:https://www.haomeiwen.com/subject/ssmrvttx.html