collatz_parfor_test


collatz_parfor_test, a MATLAB code which calls collatz_parfor(), which uses the parfor() statement for parallel execution to find the longest Collatz sequence in the range 1 through N.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and codes:

collatz_parfor, a MATLAB code which uses the parfor() statement for parallel execution to find the longest Collatz sequence in the range 1 through N.

Source Code:


Last modified on 30 November 2023.