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
- 오블완
- programmers
- heapq
- Apache Hadoop
- 코딩테스트
- Data Engineering
- 리트코드
- 하둡
- Apache Spark
- 도커
- 티스토리챌린지
- Python
- docker
- 알고리즘
- 분산처리
- 우선순위큐
- 아파치 하둡
- Hadoop
- 프로그래머스
- 딕셔너리
- HDFS
- 아파치 스파크
- Spark
Archives
- Today
- Total
목록2024/12/15 (1)
래원
[LeetCode] 1792. Maximum Average Pass Ratio (Python)
난이도: Medium문제 설명There is a school that has classes of students and each class will be having a final exam. You are given a 2D integer array classes, where classes[i] = [passi, totali]. You know beforehand that in the ith class, there are totali total students, but only passi number of students will pass the exam. You are also given an integer extraStudents. There are another extraStudents brilli..
알고리즘/LeetCode
2024. 12. 15. 23:26