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 Spark
- 도커
- 분산
- HDFS
- 우선순위큐
- leetcode
- heapq
- 빅데이터
- Spark
- Data Engineering
- 프로그래머스
- 알고리즘
- 아파치 스파크
- 리트코드
- 하둡
- 이진탐색
- Apache Hadoop
- programmers
- Hadoop
- 분산처리
- 티스토리챌린지
- 딕셔너리
- docker
- 파이썬
- 데이터 엔지니어링
Archives
- Today
- Total
목록leetcode 2593 (1)
래원
[LeetCode] 2593. Find Score of an Array After Marking All Elements (Python)
난이도: Medium 문제 설명You are given an array nums consisting of positive integers.Starting with score = 0, apply the following algorithm:Choose the smallest integer of the array that is not marked. If there is a tie, choose the one with the smallest index.Add the value of the chosen integer to score.Mark the chosen element and its two adjacent elements if they exist.Repeat until all the array element..
알고리즘/LeetCode
2024. 12. 13. 15:06