CSCE 145: Chapter 11 from Jose Vidal on Vimeo.
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.
You will need to have watched the above screencast by Tuesday, November 10, before class. Here are the slides from the textbook:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment