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
- leetcode
- 재귀
- recursive
- two pointers
- sorting
- 리트코드
- 중간
- Depth-first Search
- 문자열
- HashTable
- list
- Array
- linked list
- 미디움
- tree
- Binary
- Python
- math
- easy
- hash table
- binary search
- 쉬움
- backtracking
- Medium
- binary tree
- matrix
- string
- dfs
- 이진트리
- DP
Archives
- Today
- Total
목록2024/03/05 (1)
부부의 코딩 성장 일기
LeetCode 283(Move Zeroes, Python)
1. 문제 링크 https://leetcode.com/problems/move-zeroes/description/ Move Zeroes - LeetCode Can you solve this real interview question? Move Zeroes - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 2. 문제 설명 정수로 구성된 array nums가 있을 때, 값이 0인 elements를 뒤로 옮기기. (그 외의 elements들은 상대적 순서를 유지해야 한다.) 여기서 ..
Algorithm/LeetCode
2024. 3. 5. 19:00