1. In programming and mathematics, the fundamental condition or scenario that serves as the starting point or terminating condition for recursion, iteration, or logical analysis
The base case of the recursive function is when the input equals zero.
O caso base da função recursiva é quando a entrada é igual a zero.
2. The simplest or most fundamental scenario against which other cases are compared or measured
We use the base case to establish the minimum requirements for the project.
Usamos o caso base para estabelecer os requisitos mínimos do projeto.