collatz_recursive_test, a C++ code which calls collatz_recursive() to demonstrate recursive programming by considering the simple Collatz 3n+1 problem.
The information on this web page is distributed under the MIT license.
collatz_recursive, a C++ code which demonstrates recursive programming by considering the simple Collatz 3n+1 problem.