Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/05/14 (1)
넘치게 채우기
[LeetCode] 1219. Path with Maximum Gold
https://leetcode.com/problems/path-with-maximum-gold/description/leetcode - Path with Maximum Gold문제 유형 : dfs, 백트래킹, 행렬, 재귀문제 난이도 : Medium 문제In a gold mine grid of size m x n, each cell in this mine has an integer representing the amount of gold in that cell, 0 if it is empty.Return the maximum amount of gold you can collect under the conditions:Every time you are located in a cell you will coll..
PS/LeetCode
2024. 5. 14. 20:30