Pergunta de entrevista da empresa SAP

Write a function that computes the nth number in the fibonacci sequence given n

Resposta da entrevista

Sigiloso

8 de jan. de 2021

I implemented a simple recursive function. Using dynamic programming would have been better.