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 | 31 |
Tags
- leetcode
- 분산
- 딕셔너리
- 데이터 엔지니어링
- Spark
- 아파치 하둡
- 도커
- 우선순위큐
- Apache Spark
- 파이썬
- Apache Hadoop
- 리트코드
- Python
- 하둡
- 분산처리
- 빅데이터
- 알고리즘
- Data Engineering
- 오블완
- programmers
- heapq
- HDFS
- 티스토리챌린지
- 아파치 스파크
- 코딩테스트
- Hadoop
- docker
- 프로그래머스
- 스파크
- 이진탐색
Archives
- Today
- Total
목록leetcode 2461 (1)
래원
[LeetCode] 2461. Maximum Sum of Distinct Subarrays With Length K - Python
난이도: Medium문제 설명You are given an integer array nums and an integer k. Find the maximum subarray sum of all the subarrays of nums that meet the following conditions:The length of the subarray is k, andAll the elements of the subarray are distinct.Return the maximum subarray sum of all the subarrays that meet the conditions. If no subarray meets the conditions, return 0.A subarray is a contiguous ..
알고리즘/LeetCode
2024. 11. 19. 15:34