Top "Collatz" questions

The Collatz Conjecture is a conjecture that a certain algorithm always terminates.

Project Euler Question 14 (Collatz Problem)

The following iterative sequence is defined for the set of positive integers: n ->n/2 (n is even) n …

c algorithm collatz
How can I put these numbers in list?

So I have this Collatz conjecture assignment. Basically I have to write a program to which I give number and …

python list collatz
Code Golf: Collatz Conjecture

Inspired 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
Longest Collatz Sequence

While doing my Java homework which is to implement the Collatz Conjecture, I thought of a different objective which is …

algorithm numbers sequence collatz highest