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