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
- 이진탐색
- Apache Hadoop
- 리트코드
- docker
- 파이썬
- 분산처리
- 티스토리챌린지
- heapq
- 우선순위큐
- 분산
- programmers
- 아파치 하둡
- Hadoop
- 하둡
- 도커
- 스파크
- Data Engineering
- 딕셔너리
- Python
- 데이터 엔지니어링
- leetcode
- 알고리즘
- Spark
- 코딩테스트
- Apache Spark
- 프로그래머스
- 빅데이터
- 아파치 스파크
Archives
- Today
- Total
목록2024/12/27 (1)
래원
[LeetCode] 1014. Best Sightseeing Pair (Python)
난이도: Medium문제 설명You are given an integer array values where values[i] represents the value of the ith sightseeing spot. Two sightseeing spots i and j have a distance j - i between them. The score of a pair (i ) of sightseeing spots is values[i] + values[j] + i - j: the sum of the values of the sightseeing spots, minus the distance between them. Return the maximum score of a pair of sightseeing s..
알고리즘/LeetCode
2024. 12. 27. 21:02