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.
The computer code and data files described and made available on this web page are distributed under the MIT license
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.