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