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 |
Tags
- 미앤아이
- 서울제빵소
- 버즈2프로
- 발더스모드
- 맛집
- 알고리즘테스트
- 눈알빠지겠네
- 누룽지소금빵
- 발더스3
- 하스스톤
- 메일우유
- 게임
- 토이프로젝트
- javascript
- 송리단
- 3d퍼즐
- 메탈퍼즐
- 잠실새내
- 코딩테스트
- 노노그램
- 천등
- 코테
- 발더스게이트
- 밥먹고
- DIY
- 뜨아거
- 나쫌
- 바질토마토뭐시기
- LeetCode
- 취미
Archives
- Today
- Total
목록2022/11/27 (1)
.Zzumbong
[leetCode/JS] 446. Arithmetic Slices II - Subsequence
문제 설명 Given an integer array nums, return the number of all the arithmetic subsequences of nums. A sequence of numbers is called arithmetic if it consists of at least three elements and if the difference between any two consecutive elements is the same. For example, [1, 3, 5, 7, 9], [7, 7, 7, 7], and [3, -1, -5, -9] are arithmetic sequences. For example, [1, 1, 2, 5, 7] is not an arithmetic sequ..
coding test/leetCode
2022. 11. 27. 15:18