Thursday, November 5, 2009

Chapter 11: Recursion

Chapter 11 deals with the topic of recursion. Recursion is not a language feature, it is simply having a method call itself. All programming languages are capable of recursion. Recursion is a technique that makes certain algorithms (which we do not cover in this class) much easier to write and understand.

CSCE 145: Chapter 11 from Jose Vidal on Vimeo.

You will need to have watched the above screencast by Tuesday, November 10, before class. Here are the slides from the textbook:

No comments: