What is an recursive algorithm?



What is an recursive algorithm?..

Answer / Yogendra Singh Tomar

A recursive algorithm is a type of algorithm that solves a problem by breaking it down into smaller, simpler sub-problems of the same kind. It calls itself repeatedly until it reaches a base case.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is a minimum spanning tree?

1 Answers  


How remove all from arraylist?

1 Answers  


Design a datastructure to represent the movement of a knight on a chess board

1 Answers   Amazon,


What are linked list?

1 Answers  


What is a matrix?

1 Answers  


What actions are performed when a function is called?

1 Answers  


What are the types of Collision Resolution Techniques and the methods used in each of the type?

1 Answers  


How to get top two numbers from an array?

1 Answers  


Are linked lists considered linear or non-linear data structures?

1 Answers  


What is adt in data structure?

1 Answers  


Define the graph data structure?

1 Answers  


What data type is array?

1 Answers  


Categories