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 information on this web page is 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.