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