/Collatz-Conjecture

Various methods of parallelising a test of the collatz conjecture

Primary LanguageC++

Collatz Conjecture Test

Archived 2024-04-08 | Last Commit 2017-02-18

A implementations of a parallelised numerical test of the Collatz Conjecture in C++ using:

  • serial
  • std::thread
  • OpenMP
  • Boost Compute