https://github.com/frederickroman/collatz-graph
Collatz conjecture graph calculator that calculates and displays in-browser the sequence of large numbers.
https://github.com/frederickroman/collatz-graph
bigint bignumbers chartjs collatz-conjecture collatzvisual mui nextjs pwa pwa-app typescript webworker webworkers
Last synced: about 1 month ago
JSON representation
Collatz conjecture graph calculator that calculates and displays in-browser the sequence of large numbers.
- Host: GitHub
- URL: https://github.com/frederickroman/collatz-graph
- Owner: FrederickRoman
- License: mit
- Created: 2021-11-19T00:30:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T06:28:37.000Z (over 1 year ago)
- Last Synced: 2025-03-11T04:32:33.180Z (over 1 year ago)
- Topics: bigint, bignumbers, chartjs, collatz-conjecture, collatzvisual, mui, nextjs, pwa, pwa-app, typescript, webworker, webworkers
- Language: TypeScript
- Homepage: https://collatz-graph.vercel.app
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collatz graph
## In-browser Collatz conjecture graph calculator
This is an interactive app to visualize the rise and fall of graph of the [Collatz Conjecture.](https://en.wikipedia.org/wiki/Collatz_conjecture)
## Live website
See [Collatz graph](https://collatz-graph.vercel.app).
## Main libraries used for this project
+ Next.js (JS & TS)
+ MUI
+ from-exponential
+ chart.js
## Project setup
```
npm install
```
### Compiles and hot-reloads
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```