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

1. 문제 링크 Search a 2D Matrix - LeetCode Search a 2D Matrix - LeetCode Can you solve this real interview question? Search a 2D Matrix - You are given an m x n integer matrix matrix with the following two properties: * Each row is sorted in non-decreasing order. * The first integer of each row is greater than the last integer leetcode.com 2. 문제 설명 주어진 m x n 행렬(matrix)에 대해 target이 행렬 내에 존재하는지 여부를 판단..
Algorithm/LeetCode
2024. 1. 22. 19:00