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

1. 문제 링크 Rotate Image - LeetCode Rotate Image - LeetCode Can you solve this real interview question? Rotate Image - You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees (clockwise). You have to rotate the image in-place [https://en.wikipedia.org/wiki/In-place_algorithm], which m leetcode.com 2. 문제 설명 주어진 행렬을 시계방향으로 90도 회전하는 것 그런데 제자리 알고리즘(in-place)으로 해결해야한다. 새로운..
Algorithm/LeetCode
2024. 1. 5. 19:00