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
- Hadoop
- 스파크
- HDFS
- docker
- leetcode
- heapq
- Spark
- 우선순위큐
- 리트코드
- 프로그래머스
- 딕셔너리
- 데이터 엔지니어링
- 아파치 스파크
- 알고리즘
- 코딩테스트
- 파이썬
- Data Engineering
- 빅데이터
- Apache Spark
- 티스토리챌린지
- programmers
- 분산
- 오블완
- 아파치 하둡
- Apache Hadoop
Archives
- Today
- Total
목록leetcode 1652 (1)
래원
[LeetCode] 1652. Defuse the Bomb - Python
문제 설명You have a bomb to defuse, and your time is running out! Your informer will provide you with a circular array code of length of n and a key k.To decrypt the code, you must replace every number. All the numbers are replaced simultaneously.If k > 0, replace the ith number with the sum of the next k numbers.If k previous k numbers.If k == 0, replace the ith number with 0.As code is circular, t..
알고리즘/LeetCode
2024. 11. 18. 20:37