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
- 데이터 엔지니어링
- heapq
- Apache Spark
- 리트코드
- 이진탐색
- 하둡
- 알고리즘
- DP
- Apache Hadoop
- 프로그래머스
- Python
- Spark
- 코딩테스트
- 티스토리챌린지
- docker
- leetcode
- 딕셔너리
- Data Engineering
- 분산
- programmers
- 오블완
- 파이썬
- 스파크
- 분산처리
- Hadoop
- 아파치 스파크
- 빅데이터
- 아파치 하둡
- 우선순위큐
- 도커
Archives
- Today
- Total
목록2025/01/06 (1)
래원
[LeetCode] 1769. Minimum Number of Operations to Move All Balls to Each Box (Python)
난이도: Medium 문제 설명 You have n boxes. You are given a binary string boxes of length n, where boxes[i] is '0' if the ith box is empty, and '1' if it contains one ball. In one operation, you can move one ball from a box to an adjacent box. Box i is adjacent to box j if abs(i - j) == 1. Note that after doing so, there may be more than one ball in some boxes. Return an array answer of size n, where an..
알고리즘/LeetCode
2025. 1. 6. 12:55