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

A peak element is an element that is strictly greater than its neighbors. Given an integer array nums, find a peak element, and return its index. If the array contains multiple peaks, return the index to any of the peaks. You may imagine that nums[-1] = nums[n] = -∞. Example 1: Input: nums = [1,2,3,1] Output: 2 Explanation: 3 is a peak element and your function should return the index number 2. ..
개발/Programming
2021. 1. 28. 09:14