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