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
- 아파치 하둡
- 하둡
- 파이썬
- Spark
- 도커
- 프로그래머스
- Data Engineering
- 딕셔너리
- 오블완
- Apache Hadoop
- programmers
- 분산
- 코딩테스트
- Hadoop
- HDFS
- docker
- 이진탐색
- Python
- 빅데이터
- heapq
- 리트코드
- 스파크
- leetcode
- 알고리즘
- 우선순위큐
- 티스토리챌린지
- 분산처리
- Apache Spark
- 아파치 스파크
- 데이터 엔지니어링
Archives
- Today
- Total
목록2024/12/11 (1)
래원
[LeetCode] 2779. Maximum Beauty of an Array After Applying Operation (Python)
난이도: Medium문제 설명You are given a 0-indexed array nums and a non-negative integer k.In one operation, you can do the following:Choose an index i that hasn't been chosen before from the range [0, nums.length - 1].Replace nums[i] with any integer from the range [nums[i] - k, nums[i] + k].The beauty of the array is the length of the longest subsequence consisting of equal elements.Return the maximum ..
알고리즘/LeetCode
2024. 12. 11. 14:51