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