Skip to content

gandarez/collatz-conjecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collatz Conjecture

Golang implementation of 3N+1 problem where any given integer number will always end up in the number 1.

Usage

make build-<os>-<arch>
./build/collatz-<os>-<arch> <any-integer>