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