Skip to content

A small project for calculating and visualizing numbers inside the Collatz conjecture.

License

Notifications You must be signed in to change notification settings

glouhaichi/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world

A small project for calculating and visualizing numbers inside the Collatz conjecture.

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.

Install

npm install
source script/env.sh
bower install

About

A small project for calculating and visualizing numbers inside the Collatz conjecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors