3n+1 differently
-
Updated
Nov 12, 2023 - Java
3n+1 differently
Generate a Collatz Sequence from a defined starting term, for example 3 > 10 > 5 > 16 > 8 > 4 > 2 > 1
A simple Java application to find information about a given Collatz Conjecture (also known as "the 3x+1 Problem") sequence of numbers.
Add a description, image, and links to the collatz-sequences topic page so that developers can more easily learn about it.
To associate your repository with the collatz-sequences topic, visit your repo's landing page and select "manage topics."