collatz_recursive_test, an Octave code which calls collatz_recursive(), which demonstrates recursive programming by considering the simple Collatz 3n+1 problem.
The computer code and data files described and made available on this web page are distributed under the MIT license
collatz_recursive, an Octave code which demonstrates recursive programming by considering the simple Collatz 3n+1 problem.