Just sharing some of my inconsequential lunch conversations with you...
Func fib = Y(f => n => n > 1 ? f(n - 1) + f(n - 2) : n);
No comments:
Post a Comment