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