A tool to check and analyse different numbers and number ranges against Collatz Conjecturs.
To start testing and analysing numbers, you will need to have python installed which can be downloaded from here
Then, you can clone this repository using the following command:
git clone https://github.com/sBubshait/CollatzConjecture.git
Finally, you can start testing in the main.py file! You can run the main.py file using the following command:
python main.py
Have fun!