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