Mystery-2-Dev / Programming_Hub

This Repository For HACKTOBERFEST 2021
3 stars 13 forks source link

3x + 1 expansion #29

Closed SHaDeX0 closed 3 years ago

SHaDeX0 commented 3 years ago

Hi,

This program prints the '3x+1' expansion of 'num' which should be a Natural number. This problem is also called Collatz Conjecture, more info: https://en.wikipedia.org/wiki/Collatz_conjecture

Thank You SHaDeX0