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
- dfs
- 미디움
- two pointers
- Array
- binary search
- easy
- 이진트리
- Medium
- hash table
- tree
- Binary
- 중간
- linked list
- Depth-first Search
- sorting
- 문자열
- DP
- matrix
- 리트코드
- leetcode
- backtracking
- binary tree
- string
- 재귀
- HashTable
- recursive
- math
- 쉬움
- Python
- list
Archives
- Today
- Total
목록ListNode (1)
부부의 코딩 성장 일기
LeetCode 206(Reverse Linked List, Python)
1. 문제 링크 https://leetcode.com/problems/reverse-linked-list/description/ Reverse Linked List - LeetCode Can you solve this real interview question? Reverse Linked List - Given the head of a singly linked list, reverse the list, and return the reversed list. Example 1: [https://assets.leetcode.com/uploads/2021/02/19/rev1ex1.jpg] Input: head = [1,2,3,4,5] O leetcode.com 2. 문제 설명 linked list인 head가 ..
Algorithm/LeetCode
2024. 2. 2. 19:00