Analyst Integration Question:

Download Job Interview Questions and Answers PDF

Explain recursive algorithm?

Integration Programmer Interview Question
Integration Programmer Interview Question

Answer:

There are lots of places where recursive algorithm fits e.g. algorithm related to binary and linked list. Couple of examples of recursive algorithm is reversing String and calculating Fibonacci series. Other examples include reversing linked list, tree traversal, and quick sort algorithm.

Download Integration Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Open closed design principle?Can you please explain the difference between binary tree and a binary search tree?