Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 280 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 280 Bytes

Collatz-Conjecture

Input a number. The code will divide the number in case it's even or use the 3n+1 where 'n' is the number. It will continue until the number reaches 1 when the iteration will stop, returning a plot the output value (the number) vs. input value (iterations).