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
- DP
- Apache Spark
- Python
- 도커
- 오블완
- heapq
- Apache Hadoop
- 티스토리챌린지
- 카프카
- 코딩테스트
- 우선순위큐
- 분산처리
- leetcode
- docker
- 리트코드
- 빅데이터
- 하둡
- 이진탐색
- 파이썬
- apache kafka
- 프로그래머스
- 분산
- programmers
- 아파치 하둡
- KAFKA
- 알고리즘
- Data Engineering
- 아파치 스파크
- String
- 아파치 카프카
Archives
- Today
- Total
목록leetcode 2054 (1)
래원
[LeetCode] 2054. Two Best Non-Overlapping Events (Python)
난이도: Medium 문제 설명You are given a 0-indexed 2D integer array of events where events[i] = [startTime_i, endTime_i, value_i]. The ith event starts at startTime_i and ends at endTime_i, and if you attend this event, you will receive a value of value_i. You can choose at most two non-overlapping events to attend such that the sum of their values is maximized. Return this maximum sum. Note that the st..
알고리즘/LeetCode
2024. 12. 9. 18:12