An algorithm that calls itself directly is known as-
A
Sub alogrithhm
B
Recursion
C
Polish notation
D
Travesal algorithm
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.