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