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