Skip to content

Ilya-Songrov/CollatzConjecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collatz conjecture

It is also known as the 3n + 1 problem, the 3n + 1 conjecture, the Ulam conjecture.

Screen Shot

How to build/run

# Build
git clone <this_repo>
cd <this_repo>
mkdir -p build/tmp
cd build/tmp
cmake ../..
make

# Run
cd ../bin/Release_Linux_x86_64/
./CollatzConjecture --input_num 123123

See video

https://www.youtube.com/watch?v=094y1Z2wpJg&ab_channel=Veritasium (image from here)

About

Collatz conjecture (3n + 1 problem)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages