Skip to content

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)

License

Notifications You must be signed in to change notification settings

RedDoughnut/CollatzConjecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CollatzConjecture

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.

About

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages