gandarez / collatz-conjecture

Golang implementation of 3N+1 problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Golang implementation of 3N+1 problem


Languages

Language:Makefile 62.0%Language:Go 38.0%