teaching machines

CS 245 Lab 5 – Recursion Continued

October 2, 2013 by . Filed under cs245, fall 2013, labs.

First, if you have checkpoints left over from last lab, get them inspected during the first 15 minutes of this lab.

Don’t forget to work in pairs! Where possible, please work with someone that you did not work with last week. The exchange of new ideas and perspectives is not an opportunity you want to rob yourself of.

Synopsis

Recursion is a new way of thinking about problems. As with almost everything we learn, the only way to make sense of recursion is to see it in use. In this lab, you will use an external coding problem website to solve a handful of problems recursively.

Checkpoints 1 & 2

Visit Coding Bat and solve as many of the Recursion-1 problems as you can. Report your results after 10:30 AM to receive credit for your checkpoints.