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