반응형
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 | 31 |
Tags
- 스프링부트테스트
- No tests found for given includes
- java
- AWS CLI
- LeetCode
- aws
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- parse
- log error
- Java 1.8
- ssl프로토콜확인
- xcrun: error: invalid active developer path
- java 11
- yum install java
- JUnit
- java version
- tls프로토콜확인
- java 1.8 11
- mac os git error
- java 여러개 버전
- mysql executequery error
- error
- springboottest
- OpenFeign
- statement.executequery() cannot issue statements that do not produce result sets.
- Medium
- easy
- springboot
- java 버전 변경
- ssl이란?
Archives
- Today
- Total
목록Container With Most Water (1)
쩨이엠 개발 블로그
[ Leetcode ] 11. Container With Most Water - Java
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