How can I identify whether a problem statement can be solved with tail recursion or not. Is there any characteristics of a problem by which one can identify that?
How can I identify whether a problem statement can be solved with tail recursion or not. Is there any characteristics of a problem by which one can identify that?