You are viewing a single comment's thread. Return to all comments →
This is an interesting observation. However I see no performance increase compared to traditional solution (f(n) = f(n - 2) + f(n - 1)).
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #2: Even Fibonacci numbers
You are viewing a single comment's thread. Return to all comments →
This is an interesting observation. However I see no performance increase compared to traditional solution (f(n) = f(n - 2) + f(n - 1)).