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
- linked list
- Array
- 문자열
- two pointers
- 중간
- sorting
- math
- Binary
- list
- 쉬움
- HashTable
- hash table
- easy
- 리트코드
- binary search
- leetcode
- 미디움
- recursive
- tree
- 이진트리
- 재귀
- backtracking
- string
- dfs
- Depth-first Search
- Python
- matrix
- Medium
- binary tree
- DP
Archives
- Today
- Total
목록역순 (1)
부부의 코딩 성장 일기
LeetCode 9(Palindrome Number, Python)
1. 문제 링크 Palindrome Number - LeetCode Palindrome Number - LeetCode Can you solve this real interview question? Palindrome Number - Given an integer x, return true if x is a palindrome, and false otherwise. Example 1: Input: x = 121 Output: true Explanation: 121 reads as 121 from left to right and from right to left. Ex leetcode.com 2. 문제 설명 주어진 int를 뒤에서 앞으로 읽었을 때 같은 정수인 지 판단하는 문제 예시) int=121 이면 ..
Algorithm/LeetCode
2023. 10. 29. 14:56