Search results for fibonacci numbers, fibonacci



One of most common question from this area is to write a function which return Nth number of Fibonacci sequence. Fibonacci numbers are a sequence of n ...
Well, I like the solution with iterators the best as it showcase different aspects of your knowlege. Here is one in C# static IEnumerable Fibonacci(d ...