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