Recursionmedium
0:00.0
A function is tail-recursive if the recursive call is the final operation (no work after the call). Which function is tail-recursive?
A function is tail-recursive if the recursive call is the final operation (no work after the call). Which function is tail-recursive?