Termination
Learn about the termination of programs.
We'll cover the following...
Once we start writing recursive functions, we need to worry about the termination of our programs (i.e. do they return a result in a finite amount of time?
Non-termination
It is possible to write recursive functions that do not ...