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