base case

A "base case" refers to the initial or simplest condition in a recursive algorithm or function, which acts as the terminating condition for the recursion, preventing it from running indefinitely.

Requires login.