Respuesta :
Answer:
The answer is: recursive method
Explanation:
The recursive method is being used in "Computer Science." This process helps in solving a problem. The solutions are then derived from the solutions of smaller situations that are related to it. When it comes to programming languages, this method allows a particular "function" to call itself. The function can do this within its own code. The problems can then be solved by repetition, thus making it a more efficient method that is done in simplicity.
The only disadvantage of this method is that is requires a lot of memory, thus making it a slow process.