Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gandarez/collatz-conjecture
- Owner: gandarez
- Created: 2021-12-14T20:58:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T13:39:51.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T01:36:35.030Z (about 1 month ago)
- Topics: collatz-problem, golang, hasse-s-algorithm, kakutani-s-problem, syracuse-problem, thwaites-conjecture, ulam-conjecture
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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--
```