반응형
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
- 리트코드
- 알고리즘
- 자소서
- GitHub Desktop
- Github
- programmers
- ASF-110
- 제노블레이드 2
- 취준
- 알고리즘 종류 정리
- Pro-Con
- 격리수준
- SRE
- git
- 코딩테스트
- 프로콘
- python3
- Ultimate Search
- 백준
- Python
- LeetCode
- baekjoon
- algorithm
- 프로콘 갈림현상
- C++
- 프로그래머스
- DP
- 백트래킹
- 네이버 검색 시스템
- Algorithmus
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