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