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

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.

Awesome Lists containing this project

README

          

# Collatz graph


Collatz graph logo

## 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)


Collatz conjecture home page iPad mockup
Collatz conjecture home page iPhone mockup

## 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
```