Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 우분투
- Baekjoon
- 코로나19
- Docker
- 캐치카페
- 금융문자분석경진대회
- hackerrank
- github
- 더현대서울 맛집
- leetcode
- ubuntu
- 프로그래머스 파이썬
- 편스토랑 우승상품
- ChatGPT
- Kaggle
- 백준
- 맥북
- Git
- dacon
- 프로그래머스
- programmers
- AI 경진대회
- Real or Not? NLP with Disaster Tweets
- 편스토랑
- PYTHON
- 파이썬
- 데이콘
- gs25
- 자연어처리
- SW Expert Academy
Archives
- Today
- Total
솜씨좋은장씨
[leetCode] 7. Reverse Integer (Python) 본문
728x90
반응형

1일 1문제 14일차!
14일차의 문제는 leetCode의 Reverse Integer입니다.
idEANS 팀원들과 공부하기로한 알고리즘 공부를 위해 푼 문제로 팀 블로그에 포스팅 해 두었습니다.
Leetcode#1_Reverse Integer_02w03 by SOMJANG
Given a 32-bit signed integer, reverse digits of an integer. Example 1 Input: 123 Output: 321 Example 2 Input: -123 Output: -321 Example 3 Input: 120 Output: 21 Note: Assume we are dealing with an..
ideans.tistory.com
'Programming > 코딩 1일 1문제' 카테고리의 다른 글
[Programmers] 완전탐색 : 모의고사 (Python) (0) | 2020.02.22 |
---|---|
[leetCode] 2. Add Two Numbers (Python) (0) | 2020.02.21 |
[Programmers] 스택/큐 : 탑 (Python) (0) | 2020.02.19 |
[BaeKJoon] 10828번: 스택 (Python) (0) | 2020.02.18 |
[BaeKJoon] 1377번: 버블 소트 (Python) (0) | 2020.02.17 |