반응형
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
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- log error
- el1008e
- easy
- maybe not public or not valid?
- java 1.8 11
- springbatch error
- no sources given
- LeetCode
- 스프링부트테스트
- springboot
- java version
- AWS CLI
- java
- java 여러개 버전
- Medium
- No tests found for given includes
- property or field 'jobparameters' cannot be found on object of type
- mac os git error
- Java 1.8
- OpenFeign
- error
- springboottest
- querydsl no sources given
- JUnit
- parse
- java 11
- aws
- yum install java
- java 버전 변경
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