Difference Between Recursion and Iteration
Difference Between Recursion and Iteration
RECURSION
1. Recursive function is a function that is
partially defined by itself
ITERATIONS
1. Iterative Instructions are loop
based repetitions of a process
becomes false
condition.(base case)
iteration