Accenture interview question

How do you define a recursive algorithm?

Interview Answer

Anonymous

14 Jul 2021

Recursion is an algorithm wherein a Function with set parameters calls itself until it reaches an end condition also known as the base case