An algorithm that calls itself directly is known as-
An algorithm that calls itself directly is known as- Correct Answer Recursion
Recursion is computer science is a method where the solutions to a problem depends on solutions to smaller instances of the same problem.