Wednesday, September 24, 2008

Stuff l learned today

Tail Recursion optimization:

it is the process of converting a recursive function call to an iterative procedure providing that the recursive call is the last call in the function with no other operations after it.

No comments: