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
- Python
- 이진탐색
- 데이터 엔지니어링
- 파이썬
- 분산처리
- 딕셔너리
- 분산
- 아파치 스파크
- 빅데이터
- 프로그래머스
- 도커
- 리트코드
- Apache Hadoop
- leetcode
- docker
- 코딩테스트
- 스파크
- Apache Spark
- 오블완
- heapq
- 티스토리챌린지
- HDFS
- 알고리즘
- Hadoop
- Data Engineering
- 우선순위큐
- Spark
- 아파치 하둡
- 하둡
- programmers
Archives
- Today
- Total
목록leetcode 2070 (1)
래원
[LeetCode] 2070. Most Beautiful Item for Each Query - Python
문제 설명You are given a 2D integer array items where items[i] = [$price_i$, $beauty_i$] denotes the price and beauty of an item respectively. You are also given a 0-indexed integer array queries. For each queries[j], you want to determine the maximum beauty of an item whose price is less than or equal to queries[j]. If no such item exists, then the answer to this query is 0. Return an array answer ..
알고리즘/LeetCode
2024. 11. 12. 22:18