Skip to content
📝 字数:working on

Recursion

Estimated time to read: 1 minute

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.

评论