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
- 하둡
- docker
- 아파치 스파크
- apache kafka
- programmers
- Data Engineering
- 리트코드
- 오블완
- 우선순위큐
- 이진탐색
- 코딩테스트
- DP
- 도커
- KAFKA
- 분산
- 아파치 카프카
- leetcode
- heapq
- 파이썬
- 카프카
- Apache Hadoop
- 티스토리챌린지
- 알고리즘
- Apache Spark
- 아파치 하둡
- String
- 빅데이터
- Python
- 분산처리
- 프로그래머스
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