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