moonlight2k / Collatz-Conjecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This replicates the Collatz conjucture where you take any number, if it's even you divide by 2, if it's odd you multiply by 3 and add 1, and you repeat the process till you get 0

About

License:MIT License


Languages

Language:JavaScript 55.8%Language:Python 44.2%