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

1. 문제 링크 Spiral Matrix II - LeetCode Spiral Matrix II - LeetCode Can you solve this real interview question? Spiral Matrix II - Given a positive integer n, generate an n x n matrix filled with elements from 1 to n2 in spiral order. Example 1: [https://assets.leetcode.com/uploads/2020/11/13/spiraln.jpg] Input: n = 3 O leetcode.com 2. 문제 설명 n이 주어지면 n × n 행렬을 만드는데 1부터 n²까지 수를 왼쪽 상단에서 시작해서 회오리 나선 모양..
Algorithm/LeetCode
2024. 1. 13. 19:00