Notice
Recent Posts
Recent Comments
Link
목록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