Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jtaaa/collatz-traces

A dashboard with some interesting visualization of Collatz Traces
https://github.com/jtaaa/collatz-traces

Last synced: about 1 month ago
JSON representation

A dashboard with some interesting visualization of Collatz Traces

Awesome Lists containing this project

README

        

# Collatz-Traces
A dashboard with some interesting visualization of Collatz Traces.
Created using [Dash](https://plot.ly/products/dash/) as part of the Dash Challenge.

The project explores the traces of numbers following the Collatz algorithm down to 1.
It is intended to inform users of the Collatz conjecture and get them interested in it.

## Installing and Running
First install all requirements with `pip install -r requirements.txt`.

Then run the app using `python app.py`.