Qualcomm Interview Question

Write a function to implement Fibonacci sequence.

Interview Answer

Anonymous

Oct 6, 2011

Recursive function returning 0 or 1 as the terminating case