반응형
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 |
Tags
- log error
- JUnit
- java 여러개 버전
- easy
- java 버전 변경
- java 1.8 11
- Java 1.8
- springboot
- no sources given
- LeetCode
- querydsl no sources given
- error
- java
- yum install java
- maybe not public or not valid?
- Medium
- 스프링부트테스트
- AWS CLI
- springboottest
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- No tests found for given includes
- property or field 'jobparameters' cannot be found on object of type
- java 11
- parse
- el1008e
- aws
- mac os git error
- java version
- springbatch error
- OpenFeign
Archives
- Today
- Total
목록1630 (1)
쩨이엠 개발 블로그
[ Leetcode ] 1630. Arithmetic Subarrays - Java
A sequence of numbers is called arithmetic if it consists of at least two elements, and the difference between every two consecutive elements is the same. More formally, a sequence s is arithmetic if and only if s[i+1] - s[i] == s[1] - s[0] for all valid i. For example, these are arithmetic sequences: 1, 3, 5, 7, 9 7, 7, 7, 7 3, -1, -5, -9 The following sequence is not arithmetic: 1, 1, 2, 5, 7 ..
개발/Programming
2021. 2. 2. 19:16