일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 북마크앱
- Bookmark
- Django Blog
- python
- MyPick31
- 장고 프로젝트
- Algorithm
- MYSQL
- 파이썬 웹프로그래밍 장고
- Exercism
- 예술영화추천
- 장고 프로젝트 순서
- Django
- Blog
- ART_Cinema
- join()
- 타사인증
- 자바스크립트
- JavaScript
- 장고
- Node.js
- passport.js
- 개발
- mongodb
- 프로젝트
- 알고리즘
- 독립영화플랫폼
- til
- 북마크만들기
- 장고 개발 순서
Archives
- Today
- Total
목록콜라츠 추측 (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