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
- Depth-first Search
- math
- 리트코드
- DP
- 재귀
- 미디움
- Python
- Array
- Binary
- 쉬움
- easy
- binary search
- recursive
- 중간
- 문자열
- two pointers
- binary tree
- Medium
- 이진트리
- sorting
- list
- linked list
- HashTable
- backtracking
- matrix
- dfs
- hash table
- string
- tree
Archives
- Today
- Total
목록RemoveLinkedListElements (1)
부부의 코딩 성장 일기
LeetCode 203(Remove Linked List Elements, Python)
1. 문제 링크 https://leetcode.com/problems/remove-linked-list-elements/ Remove Linked List Elements - LeetCode Can you solve this real interview question? Remove Linked List Elements - Given the head of a linked list and an integer val, remove all the nodes of the linked list that has Node.val == val, and return the new head. Example 1: [https://assets.leetcode. leetcode.com 2. 문제 설명 연결 리스트 head와 va..
Algorithm/LeetCode
2023. 12. 22. 19:00