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...
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...