Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.006 Beiträge
 
#1

Fibonacci Numbers the Weird Way

  Alt 1. Dez 2011, 12:00
Yanniel recently posted two ways to generate Fibonacci numbers, here are two more. Generating Fibonacci numbers with an enumerator for i in Fibonacci(10) do Writeln(i); Of course you need a Fibonacci-implementing enumerator. I wrote one on 2007 and it uses the iterative approach. Read more in ...

More...
  Mit Zitat antworten Zitat