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
- 파이썬
- Hadoop
- 분산
- 하둡
- 딕셔너리
- 도커
- 티스토리챌린지
- Python
- leetcode
- 아파치 스파크
- 아파치 하둡
- 오블완
- HDFS
- 분산처리
- docker
- 스파크
- 알고리즘
- Spark
- 이진탐색
- 우선순위큐
- 프로그래머스
- 리트코드
- 빅데이터
- 코딩테스트
- programmers
- Data Engineering
- Apache Hadoop
- 데이터 엔지니어링
- Apache Spark
- heapq
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