Recursion
How
If the given instance of the problem can be solved directly, solve it directly. Otherwise, reduce it to one or more simpler instances of the same problem.
If the given instance of the problem can be solved directly, solve it directly. Otherwise, reduce it to one or more simpler instances of the same problem.