Guest Session: 1 Question Remaining. Create Account to save progress.
Login
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?