Recursion
A recursive function is a function that invokes itself.
To write a recursive function, one needs to think how to break a larger problem into smaller problems of the same kind.
The conditions that stop a recursion.
Previous slide
Next slide
Back to first slide
View graphic version