Differences between Recursive Case and Tail Recursion

What are the differences between Recursive Case and Tail Recursion?

E

Expert

Verified

Recursive Case:

A case that returns to the answer that is closer.

Tail Recursion:

This is a situation where an only recursive call is consisted through a function, and this is the last statement to be executed. This can be replaced through iteration.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.