Skip to main content

For challenges involving recursive functions, or functions or programs calling itself, directly or indirectly.

What is recursion?

Mathematically, recursion is the repeated application of the same recursive procedure or definition. In programming, it usually involves a program or function calling itself.

See the tag wiki on recursion.

What challenges do I pose here?

Tag challenges that involve recursion of programs or functions with this tag.