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

1. 문제 링크 https://leetcode.com/problems/unique-paths-ii/ Unique Paths II - LeetCode Can you solve this real interview question? Unique Paths II - You are given an m x n integer array grid. There is a robot initially located at the top-left corner (i.e., grid[0][0]). The robot tries to move to the bottom-right corner (i.e., grid[m - 1][n - leetcode.com 2. 문제 설명 mxn 정수 array인 grid가 주어져있고, robot이 초기..
Algorithm/LeetCode
2024. 1. 16. 19:00