hailstone-sequence
There are 4 repositories under hailstone-sequence topic.
Abhijeetbyte/Collatz-conjecture
An interactive python based program for hailstone sequence calculation, the numbers that increase and decrease but eventually settles into a repeating pattern of the numbers 4, 2, 1. The sequence is generated by starting with any positive whole number greater than zero. Also plot graphs which reveals the true beauty of conjecture
smgladkovskiy/3nplus1
Realisation of Collatz conjecture (or 3n+1 problem) written on go.
rodmoioliveira/collatz
collatz is a CLI for printing the hailstone sequence of a number.
watson-clara/Hailstone-Sequence
This program takes a positive integer parameter as the initial number of a hailstone sequence and returns how many steps it takes to reach 1.