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

https://github.com/parithiban/collatzpattern

Collatz Conjecture Pattern
https://github.com/parithiban/collatzpattern

Last synced: 19 days ago
JSON representation

Collatz Conjecture Pattern

Awesome Lists containing this project

README

          

# Collatz Conjecture Pattern
This is to calculate a sequence of numbers that follows the Collatz Conjecture.

## Install & Execute

```shell
go install github.com/parithiban/collatzpattern@v1.0.0
cd $GOPATH/bin && ./collatzpattern
```

## Execution Time
```shell
parthiban@C02DP2C8ML85  ~/mygit/collatz-conjecture-pattern   main ●  ./main
Enter the number: 100000000
The longest chain is 947 and the number is 63728127
Total Execution time 6082 ms
```