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
- HashTable
- 미디움
- math
- tree
- string
- recursive
- 이진트리
- Depth-first Search
- 리트코드
- DP
- easy
- dfs
- backtracking
- linked list
- matrix
- hash table
- sorting
- list
- 문자열
- 쉬움
- Medium
- binary search
- leetcode
- binary tree
- Binary
- 중간
- Array
- 재귀
- Python
- two pointers
Archives
- Today
- Total
목록2024/01/17 (1)
부부의 코딩 성장 일기

1. 문제 링크 Minimum Path Sum - LeetCode Minimum Path Sum - LeetCode Can you solve this real interview question? Minimum Path Sum - Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right, which minimizes the sum of all numbers along its path. Note: You can only move either down or rig leetcode.com 2. 문제 설명 m*n 격자에 정수가 주어져있고 가장 왼쪽 위에서 출발해서 오른쪽 또는 아래 방향으로만 이동하여 ..
Algorithm/LeetCode
2024. 1. 17. 19:00