Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gandarez/collatz-conjecture

Golang implementation of 3N+1 problem
https://github.com/gandarez/collatz-conjecture

collatz-problem golang hasse-s-algorithm kakutani-s-problem syracuse-problem thwaites-conjecture ulam-conjecture

Last synced: 4 days ago
JSON representation

Golang implementation of 3N+1 problem

Awesome Lists containing this project

README

        

# Collatz Conjecture

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

## Usage

```shell
make build--
./build/collatz--
```