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