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 kafka
- 티스토리챌린지
- 분산처리
- 분산
- DP
- String
- Data Engineering
- docker
- 이진탐색
- 파이썬
- heapq
- KAFKA
- 아파치 하둡
- 코딩테스트
- 리트코드
- 아파치 스파크
- 알고리즘
- leetcode
- 도커
- 문자열
- 오블완
- Apache Spark
- Apache Hadoop
- Python
- 프로그래머스
- 우선순위큐
- 카프카
- 아파치 카프카
- programmers
Archives
- Today
- Total
목록2025/01/18 (1)
래원
[LeetCode] 1368. Minimum Cost to Make at Least One Valid Path in a Grid (Python)
난이도: Hard문제 설명Given an m x n grid. Each cell of the grid has a sign pointing to the next cell you should visit if you are currently in this cell. The sign of grid[i][j] can be:1 which means go to the cell to the right. (i.e go from grid[i][j] to grid[i][j + 1])2 which means go to the cell to the left. (i.e go from grid[i][j] to grid[i][j - 1])3 which means go to the lower cell. (i.e go from grid..
알고리즘/LeetCode
2025. 1. 18. 12:18