/CollatzConjectureTester

A class to test and analyse particular numbers or range of numbers against Collatz conjecture.

Primary LanguagePythonMIT LicenseMIT

CollatzConjectureTester

A tool to check and analyse different numbers and number ranges against Collatz Conjecturs.

Get started

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!