Pergunta de entrevista da empresa AccessData

Solve the Fibonacci numbers in a method . Method would accept an index as a parameter and the method would return the Fibonacci number for that index.

Resposta da entrevista

Sigiloso

3 de mai. de 2012

used a list and kept inserting until the requested index was met.

1