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
- easy
- 이진트리
- leetcode
- Array
- 재귀
- Medium
- list
- string
- Binary
- Python
- tree
- two pointers
- linked list
- 중간
- binary tree
- 미디움
- HashTable
- 리트코드
- recursive
- dfs
- 쉬움
- 문자열
- DP
- sorting
- hash table
- matrix
- math
- Depth-first Search
- backtracking
- binary search
Archives
- Today
- Total
목록2024/02/15 (1)
부부의 코딩 성장 일기
LeetCode 234(Palindrome Linked List, Python)
1. 문제 링크 https://leetcode.com/problems/palindrome-linked-list/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 2. 문제 설명 주어진 연결 리스트가 팰린드롬(좌우 뒤집어 같은 것)인지 확인하여 True 또는 False를 반환 3. 처음 풀이 head의 값을 리스트에 하나씩 추가한 후 그 리스트와 역순이 같으면 ..
Algorithm/LeetCode
2024. 2. 15. 19:00