A small project for calculating and visualizing numbers inside the Collatz conjecture.
This is a mathematical conjecture pending a proof which this project aims to help with. It is defined as follows : for a give natural number n, iterate such as : if n is even, divide it by 2, if n is odd, multiply it by 3 and add 1; the conjecture here is that no matter what n is, the iteration will always reach 1.
npm install
source script/env.sh
bower install