...

/

Properties of recursive algorithms

Properties of recursive algorithms

We'll cover the following...

Here is the basic idea behind recursive algorithms:

To solve a problem, solve a subproblem that is a smaller instance of the same problem, and then use the solution to that smaller instance to solve the original problem.

When computing n!n!, we solved the problem of computing n!n! ...

Create a free account to access the full course.

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