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 ...
Search results for fibonacci numbers, fibonacci
Fibonacci numbers interview questions
Posted by aleksin
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 ...
« previous1 next »
