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
- math
- 이진트리
- HashTable
- linked list
- dfs
- Array
- Binary
- 재귀
- matrix
- string
- 리트코드
- Python
- binary tree
- recursive
- 문자열
- Depth-first Search
- 쉬움
- two pointers
- backtracking
- binary search
- leetcode
- 중간
- list
- 미디움
- DP
- sorting
- hash table
- Medium
- easy
- tree
Archives
- Today
- Total
목록leetcode 73 (1)
부부의 코딩 성장 일기
LeetCode 73(Set Matrix Zeros, Python)
1. 문제 링크 https://leetcode.com/problems/set-matrix-zeroes/ Set Matrix Zeroes - LeetCode Can you solve this real interview question? Set Matrix Zeroes - Given an m x n integer matrix matrix, if an element is 0, set its entire row and column to 0's. You must do it in place [https://en.wikipedia.org/wiki/In-place_algorithm]. Example 1: [https leetcode.com 2. 문제 설명 mxn 정수 매트릭스 matrix가 주어져있을 때, 만약 ele..
Algorithm/LeetCode
2024. 1. 21. 19:00