Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/06/22 (1)
넘치게 채우기
[LeetCode] 1248. Count Number of Nice Subarrays
https://leetcode.com/problems/count-number-of-nice-subarrays/description/leetcode - Count Number of Nice Subarrays문제 유형 : 슬라이딩 윈도우, 투포인터문제 난이도 : Medium 문제Given an array of integers nums and an integer k. A continuous subarray is called nice if there are k odd numbers on it.Return the number of nice sub-arrays. 정수배열 nums와 정수 k가 주어집니다. 연속적인 부분배열의 요소에 홀수의 요소가 정확히 k개 있으면, nice한 subarray입니다.nice한 sub..
PS/LeetCode
2024. 6. 22. 13:15