Pergunta de entrevista da empresa Audible

There are no unexpected Question.

Resposta da entrevista

Sigiloso

25 de set. de 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)