Recursion

This lesson will get you acquainted with recursion in Rust.

What Is Recursion?

Recursion is a method of function calling in which a function calls itself during execution.

There are problems which are naturally recursively defined. For instance, the factorial of a number nn ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy