A simple but precise experiment using JavaScript with VivaGraphJS to demonstrate visually the Collatz Conjecture
This conjecture is one of the most famous unsolved mathematics problem, which consists of:
- Pick a number
- If the number is even, divide by two
- If the number is odd, multiply it by three and add one
- Repeat the previous two steps until you get to one
The purpose of this experiment is to analyse the tree resulted from applying this conjecture in the first x numbers