일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- til
- Algorithm
- 타사인증
- ART_Cinema
- python
- JavaScript
- join()
- 독립영화플랫폼
- passport.js
- 북마크앱
- 북마크만들기
- 파이썬 웹프로그래밍 장고
- Node.js
- 장고
- Django Blog
- 프로젝트
- MyPick31
- Exercism
- mongodb
- MYSQL
- 예술영화추천
- 자바스크립트
- 개발
- Bookmark
- 장고 프로젝트 순서
- Blog
- 장고 개발 순서
- 알고리즘
- 장고 프로젝트
- Django
Archives
- Today
- Total
목록While문 (1)
Juni_Dev_log
(200201_TIL) 'Collatz Conjecture'
▶ Collatz Conjecture (Problem) Introduction The Collatz Conjecture or 3x+1 problem can be summarized as follows: Take any positive integer n. If n is even, divide n by 2 to get n / 2. If n is odd, multiply n by 3 and add 1 to get 3n + 1. Repeat the process indefinitely. The conjecture states that no matter which number you start with, you will always reach 1 eventually. Given a number n, return ..
CodingTest/Exercism
2021. 2. 1. 10:59