Respuesta :

Answer:

Lot of Stack place,Performance

Explanation:

recursive  algorithm is an algorithm which calls itself till some condition satisfied.Recurssion takes a lot of stack space as each time a method calls itself.it effects the performance of the application if there are more number of function calls . Because each function call uses a lot of system resources for execution. So it will make your application to run slower