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