Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 216 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 216 Bytes

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>