Xceptor Interview Question

Code algorithm for Fibonacci sequence

Interview Answer

Anonymous

Jun 9, 2025

I used recursive method, but discussed the benefits of using a for loop when you know the restrictions for performance considerations.