Notice
250x250
Recent Posts
Recent Comments
Link
목록모노토닉데크 (1)
넘치게 채우기
[LeetCode] 2762. Continuous Subarrays
https://leetcode.com/problems/continuous-subarrays/description/leetcode - Continuous Subarrays문제 유형: 슬라이딩 윈도우, 모노토닉 스택, 모노토닉 큐, 모노토닉 데크문제 난이도: Medium 문제You are given a 0-indexed integer array nums. A subarray of nums is called continuous if:Let i, i + 1, ..., j be the indices in the subarray. Then, for each pair of indices i 0 Return the total number of continuous subarrays.A subarray is a cont..
PS/LeetCode
2024. 12. 14. 12:53