Welcome to NUS Module Blogs Sign in | Join | Help

The UIT2201 (Spring 2008) Blog

An informal blog on the course UIT2201 (Spring 2008).

Browse by Tags

All Tags » Iteration   (RSS)
About Recursion...
About Recursion Recursion is a central idea in computer science and in almost all of the sciences. While I did not cover recursive algorithms in UIT2201 this semester (too many things to do, not enough time to do everything), I cover the ideas of recursion Read More...
Discuss: Lecture 3
Lecture 3: (quick, personal summary) In lecture 3, we finally get to talk about algorithms -- the primitives, with examples. We also covered simple algorithms (sum), the basic structure of an iterative loop, and a simple sequential search -- but I did Read More...