168,174 views
4 votes
4 votes
n algorithm is called recursive if it solves a problem by reducing the problem size while using the same input. True False

User Moses Koledoye
by
2.7k points

1 Answer

13 votes
13 votes

Answer:

true

Step-by-step explanation:

the recursive algorithm will keep calling it own self until some condition is met, and the value for what it was looking for will be reduce after each execution.

CS Harvard free college course on YT has the great explanation on this.

User CigarDoug
by
3.1k points