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