GeeksforGeeks » Interview Questions
Tejas Network Interview Question for Software Engineer/Developer (Fresher) about Algorithms
(3 posts)-
What is the best approach to implement Fibonacci series?(recursions or without recursion).In case of no recursion could you optimize your approach further?(Consider Branch pruning).
-
If you want to print all numbers, an iterative approach is the best - O(n).
If you want to have them in memory, an iterative with an array is also the best - O(n). -
DISH Network offers you the best TV at an affordable cost. It also gives you pricing flexibility by providing 8 packages under $50.the best TV at an affordable cost. It also gives you pricing flexibility by providing 8 packages under $50.
Reply
You must log in to post.