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
- 아파치 스파크
- 오블완
- Apache Spark
- Python
- 티스토리챌린지
- 코딩테스트
- 하둡
- programmers
- Apache Hadoop
- 데이터 엔지니어링
- 도커
- 스파크
- 분산
- HDFS
- 아파치 하둡
- Data Engineering
- 분산처리
- 알고리즘
- 이진탐색
- 딕셔너리
- docker
- 프로그래머스
- 빅데이터
- heapq
- leetcode
- Spark
- 파이썬
- 리트코드
- 우선순위큐
- Hadoop
Archives
- Today
- Total
목록leetcode 1861 (1)
래원
[LeetCode] 1861. Rotating the Box - Python
문제 설명You are given an m x n matrix of characters box representing a side-view of a box. Each cell of the box is one of the following:A stone '#'A stationary obstacle '*'Empty '.'The box is rotated 90 degrees clockwise, causing some of the stones to fall due to gravity. Each stone falls down until it lands on an obstacle, another stone, or the bottom of the box. Gravity does not affect the obstac..
알고리즘/LeetCode
2024. 11. 23. 16:36