Hacker News new | ask | show | jobs
by Kaze404 2188 days ago
Well, for what it's worth I've been programming professionally for 4 years and never had to write fibonacci even one. I think doing something that's more immediately alike what you'll be doing in the project is more productive for both sides.
1 comments

What they are looking for is recursion. Of course I believe there are more efficient ways of doing Fibonacci in a normal loop.