Question d’entretien chez Audible

There are no unexpected Question.

Réponse à la question d'entretien

Utilisateur anonyme

25 sept. 2014

1. if Space is allowed, use a stack, put them in stack then print them out. 2. Get F(n) and F(n-1) first. then you can get F(n-2) = F(N)-F(N-1)