Tuesday, September 11, 2007

Function Memoization

This could be very useful for creating caches in algorithmic function that might computed more than once. Such as the fibonacci numbers, as provided in this example.

No comments: