Loading...
Engaged Employer
give the pseudo code for fibonacci numbers.
Anonymous
int fibonacci (int n) { if (n==1||n==2) return 1; else if(n>2) return fibonacci(n-1)+fibonacci(n-2); else throw new exception(); }
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.