반응형
Recent Posts
Notice
Recent Comments
Link
250x250
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- priority queue
- Java
- Array
- 리트코드
- DP
- dfs
- coding
- 깊이우선탐색
- recursion
- 부분배열
- ArrayList
- Algorithm
- HashMap
- leetcode
- programmers
- 브루트포스
- greedy
- 재귀함수
- PCCP
- binary tree
- two pointers
- hashset
- 알고리즘
- string
- 우선순위 큐
Archives
- Today
- Total
목록two pointers (2)
지식창고
[Java] LeetCode 2444. Count Subarrays With Fixed Bounds
[Java] LeetCode 2444. Count Subarrays With Fixed Bounds 문 제 : 일차원 배열 nums가 주어진다. 정수 minK, maxK가 주어진다. nums의 부분 배열 중 최소값이 minK이고, 최대값이 maxK인 부분배열의 개수를 구해라. Constraint { 2
Algorithm/Leetcode
2023. 3. 4. 16:57