Answer TRUE or FALSE.
Every recursive call reduces the problem size, bringing it increasingly closer to a base case until it becomes that case.
What would happen if the recursive calls did not reduce the problem size?