码迷,mamicode.com
首页 > 其他好文 > 详细

Leetcode:11- Container With Most Water

时间:2017-12-27 14:09:50      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:rms   you   raw   ant   坐标   style   nta   repr   bsp   

Given n non-negative integers a1a2, ..., an, where each represents a point at coordinate (iai). n vertical lines are drawn such that the two endpoints of line i is at (iai) 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 and n is at least 2.

谷歌翻译拉过来:

给定n个非负整数a1,a2,...,an,其中每个代表坐标(i,ai)处的一个点。 绘制n条垂直线,使得线i的两个端点处于(i,ai)和(i,0)处。 找到两条线,它们与x轴一起形成一个容器,使得容器包含最多的水。

注意:不倾斜容器,n至少为2。

题意:

Leetcode:11- Container With Most Water

标签:rms   you   raw   ant   坐标   style   nta   repr   bsp   

原文地址:https://www.cnblogs.com/zj83839/p/8125029.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!