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

1. 문제 링크 Spiral Matrix - LeetCode Spiral Matrix - LeetCode Can you solve this real interview question? Spiral Matrix - Given an m x n matrix, return all elements of the matrix in spiral order. Example 1: [https://assets.leetcode.com/uploads/2020/11/13/spiral1.jpg] Input: matrix = [[1,2,3],[4,5,6],[7,8,9]] Outpu leetcode.com 2. 문제 설명 m×n 행렬이 주어졌을 때, 왼쪽 위에서 시작해서 회오리 돌며 진행하며 수를 리스트에 넣어 반환 예시) matri..
Algorithm/LeetCode
2024. 1. 9. 19:00