Previous Lecture lect16 Next Lecture

lect16, Thu 03/07

Recursion

Notes:

IMPORTANT!

Recursion

Why use recursion?

Recursion: Remember that every time you call the recursive function again, you should have made the problem smaller!