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

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