The Collatz Conjecture is a conjecture that a certain algorithm always terminates.
The following iterative sequence is defined for the set of positive integers: n ->n/2 (n is even) n …
c algorithm collatzSo I have this Collatz conjecture assignment. Basically I have to write a program to which I give number and …
python list collatzInspired by http://xkcd.com/710/ here is a code golf for it. The Challenge Given a positive integer greater than 0, …
language-agnostic code-golf rosetta-stone collatz