Domanda di colloquio di Audible

There are no unexpected Question.

Risposta di colloquio

Anonimo

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