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

▶ 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