hello

안녕하세요


collatz math conundrum with code

콜라츠 난제와 코드

rule

The Collatz conjecture
- n is even number, Divide by 2.
- n is odd number, multiply by 3 and add 1.
- repeat, See if it goes to 1.
- Does it apply to all natural numbers?
This simple problem has not yet been proven.

📫 tae5431@gmail.com