What's your favorite implementation of producing the fibonacci sequence?
- by Terry Donaghe
Best, most creative, most clever, fastest, smallest, written in weirdest language, etc etc.
For those not familiar with this staple of programming exam question / interview question, check this out:
Fibonacci Sequence at Wikipedia
The question would be, write a simple program which will spit out the first n digits of the Fibonacci sequence.
…