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