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
- 딕셔너리
- 분산
- docker
- leetcode
- Apache Spark
- 이진탐색
- 알고리즘
- 우선순위큐
- Data Engineering
- 분산처리
- Hadoop
- 아파치 스파크
- Apache Hadoop
- programmers
- 데이터 엔지니어링
- 스파크
- Python
- 리트코드
- 프로그래머스
- 오블완
- 파이썬
- 코딩테스트
- 빅데이터
- 티스토리챌린지
- HDFS
- heapq
- 하둡
- 아파치 하둡
- 도커
Archives
- Today
- Total
목록leetcode 2558 (1)
래원
[LeetCode] 2558. Take Gifts From the Richest Pile (Python)
난이도: Easy 문제 설명You are given an integer array gifts denoting the number of gifts in various piles. Every second, you do the following:Choose the pile with the maximum number of gifts.If there is more than one pile with the maximum number of gifts, choose any.Leave behind the floor of the square root of the number of gifts in the pile. Take the rest of the gifts.Return the number of gifts remaini..
알고리즘/LeetCode
2024. 12. 12. 19:46