GeeksforGeeks » Interview Questions

Tejas Network Interview Question for Software Engineer/Developer (Fresher) about Algorithms

(3 posts)
  • Started 2 years ago by Ajay Mall
  • Latest reply from bradboyxrumer
  1. Ajay Mall
    guest
    Posted 2 years ago #

    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).

  2. S
    guest
    Posted 1 year ago #

    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).

  3. bradboyxrumer
    guest
    Posted 5 months ago #

    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.

RSS feed for this topic