A Python program that takes a random number as input and displays a graph showing how that number evolves through the steps of the Collatz Conjecture (AKA 3x + 1)
Run CollatzConjecture.py to start program. You'll only need one dependancy: matplotlib.