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