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