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

1. 문제 링크 Unique Paths - LeetCode Unique Paths - LeetCode Can you solve this real interview question? Unique Paths - There is a robot on an m x n grid. The robot is 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 - 1]). The robot leetcode.com 2. 문제 설명 고등학교 경우의 수에서 자주 보던 문제. 직사각형 경로에서 왼쪽 위에서 시작해서 오른쪽 아래로 갈 때 최단 경로..
Algorithm/LeetCode
2024. 1. 15. 19:00