반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- java version
- springboottest
- springbatch error
- no sources given
- java
- easy
- LeetCode
- yum install java
- Medium
- maybe not public or not valid?
- java 1.8 11
- java 버전 변경
- error
- querydsl no sources given
- AWS CLI
- Java 1.8
- mac os git error
- log error
- 스프링부트테스트
- aws
- java 여러개 버전
- JUnit
- java 11
- parse
- OpenFeign
- el1008e
- property or field 'jobparameters' cannot be found on object of type
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- No tests found for given includes
- springboot
Archives
- Today
- Total
목록Container With Most Water (1)
쩨이엠 개발 블로그

Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of the line i is at (i, ai) and (i, 0). Find two lines, which, together with the x-axis forms a container, such that the container contains the most water. Notice that you may not slant the container. Example 1: Input: height = [1,8,6,2,5,4,8..
개발/Programming
2021. 3. 12. 10:27