Code Chess: Fibonacci Sequence
Posted
by SLaks
on Stack Overflow
See other posts from Stack Overflow
or by SLaks
Published on 2010-02-19T13:46:09Z
Indexed on
2010/03/09
2:21 UTC
Read the original article
Hit count: 572
Building upon the proven success of Code Golf, I would like to introduce Code Chess.
Unlike Code Golf, which strives for concision, Code Chess will strive for cleverness.
Can you create a clever or unexpected Fibonacci generator?
Your code must print or return either the n
th Fibonacci number or the first n
Fibonacci numbers.
© Stack Overflow or respective owner