what is the best description of base case
a conditioon where the input is equal to 0
the condition that stops a recursion form continuing forever
a condition where the input is equal to 1
a condition where the output is equal t 0
1 answer
The best description of a base case is: the condition that stops a recursion from continuing forever.