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