Pregunta de entrevista de Audible

There are no unexpected Question.

Respuesta de la entrevista

Anónimo

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)