Skip to content

Ravin06/Collatz-Conjecture-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Collatz-Conjecture-Python

A simple program for Collatz Conjecture

What is Collatz Conjecture? (aka the 3n+1 problem)

The Collatz conjecture in mathematics asks whether repeating two simple arithmetic operations will eventually transform every positive integer into one.

Basically if the number is even it will multiply it by 3 and add 1
If it is even, the number will be divided by 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages