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 Hadoop
- 딕셔너리
- DP
- 빅데이터
- 파이썬
- 분산
- docker
- 알고리즘
- Python
- leetcode
- 오블완
- 스파크
- 데이터 엔지니어링
- 프로그래머스
- Spark
- programmers
- 우선순위큐
- Hadoop
- 코딩테스트
- 분산처리
- heapq
- 아파치 스파크
- Apache Spark
- 이진탐색
- 도커
- 하둡
- 리트코드
- 티스토리챌린지
- 아파치 하둡
- Data Engineering
Archives
- Today
- Total
목록2024/12/29 (1)
래원
[LeetCode] 3286. Find a Safe Walk Through a Grid (Python)
난이도: Medium 문제 설명You are given an m x n binary matrix grid and an integer health. You start on the upper-left corner (0, 0) and would like to get to the lower-right corner (m - 1, n - 1). You can move up, down, left, or right from one cell to another adjacent cell as long as your health remains positive. Cells (i, j) with grid[i][j] = 1 are considered unsafe and reduce your health by 1. Return t..
알고리즘/LeetCode
2024. 12. 29. 18:44