반응형
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 |
Tags
- 제노블레이드 2
- ASF-110
- git
- DP
- 리트코드
- 격리수준
- programmers
- Pro-Con
- 프로그래머스
- Ultimate Search
- 자소서
- Github
- LeetCode
- 취준
- Algorithmus
- python3
- C++
- 코딩테스트
- baekjoon
- Python
- algorithm
- 백준
- 알고리즘
- 백트래킹
- 네이버 검색 시스템
- 알고리즘 종류 정리
- 프로콘
- GitHub Desktop
- SRE
- 프로콘 갈림현상
Archives
- Today
- Total
반응형
목록python3 (1)
반응형
산타는 없다
[리트코드 / LeetCode] 7. Reverse Integer 풀이 - python3
문제 원문 Given a 32-bit signed integer, reverse digits of an integer. Note:Assume we are dealing with an environment that could only store integers within the 32-bit signed integer range: [-2³¹, 2³¹ − 1]. For the purpose of this problem, assume that your function returns 0 when the reversed integer overflows. Example 1: Input: x = 123 Output: 321 Example 2: Input: x = -123 Output: -321 Example 3: I..
코딩테스트/리트코드
2021. 1. 1. 18:11