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
- sorting
- list
- Python
- two pointers
- binary tree
- matrix
- leetcode
- recursive
- HashTable
- Array
- 미디움
- 이진트리
- dfs
- Depth-first Search
- tree
- hash table
- Binary
- binary search
- DP
- 재귀
- 중간
- Medium
- linked list
- 리트코드
- 문자열
- backtracking
- string
- math
- easy
- 쉬움
Archives
- Today
- Total
목록reverse (1)
부부의 코딩 성장 일기
LeetCode 7(Reverse Integer, Python)
1. 문제 링크 https://leetcode.com/problems/reverse-integer/ Reverse Integer - LeetCode Can you solve this real interview question? Reverse Integer - Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range [-231, 231 - 1], then return 0. Assume the envir leetcode.com 2. 문제 설명 부호가 있는 32bit 정수가 주어졌을 때, 앞뒤 순서를 바꾸어 ..
Algorithm/LeetCode
2023. 12. 10. 19:00