Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 905 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 905 Bytes

Collatz_Conjecture

I thought to create this script after to watch Veritasium video about the Collatz conjecture.

Watch the video

I started this script to practice the recursivity and learn to create graphics with python more or less like this:

picture alt

In the beggining i have been testing 'pylab' module to create a simple graph for only one number. This graphic shows us the differents values takes and the iterations of the number you intruduces for input. picture alt

In the following days i will try to make the graphic with more values in the same time. ;)