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