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
- math
- hash table
- two pointers
- leetcode
- 중간
- sorting
- Binary
- 이진트리
- recursive
- binary tree
- Python
- tree
- 재귀
- HashTable
- 리트코드
- 쉬움
- easy
- list
- string
- dfs
- DP
- backtracking
- 미디움
- 문자열
- Medium
- Array
- linked list
- binary search
- Depth-first Search
- matrix
Archives
- Today
- Total
목록in place (1)
부부의 코딩 성장 일기
LeetCode 27(Remove Element, Python)
1. 문제 링크 Remove Element - LeetCode Remove Element - LeetCode Can you solve this real interview question? Remove Element - Given an integer array nums and an integer val, remove all occurrences of val in nums in-place [https://en.wikipedia.org/wiki/In-place_algorithm]. The order of the elements may be changed. Then r leetcode.com 2. 문제 설명 int가 담긴 리스트 nums와 int인 val이 주어졌을 때, nums에서 val은 모두 제외하고 남은..
Algorithm/LeetCode
2023. 11. 4. 19:00