Analyst Integration Question:

Can you give a practical example of a 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.


Previous QuestionNext Question
How Full Outer Join is implemented BODI? Explain with examples?Explain what is Uniform Data Access Integration?