There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
The Collatz conjecture is a unsolved mathematical problem which states that for any positive integer n, the following process will always reach the number 1: If n is even, divide it by 2; if n is odd, multiply it by 3 and add 1.