Skip to content

lovesegfault/collatz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collatz

This is an attempt at writing a calculator for the Collatz Conjecture. The aims of this project are to have arbitrary precision, using GMP, and high-performance algorithms for the multiplication/division routines.

The idea is to use a good FFT library, FFTW or cuFFT, to implement an arbitrary precision version of the Schonhage-Strassen multiplication algorithm.

About

A C++ Calculator of Collatz Conjecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published