Skip to content

Latest commit

 

History

History

Classic Algorithms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Classic Algorithms

Collatz Conjecture - Start with a number n > 1. Find the number of steps it takes to reach one using the following process: If n is even, divide it by 2. If n is odd, multiply it by 3 and add 1.