PFL interview question

They had me write the code to generate a Fibonacci sequence.

Interview Answer

Anonymous

14 Feb 2024

After my interview (my code was terrible) the guy running the interview suggested a simple program design that made use of caching. Googling any simple fibonacci generation code will get you these results.