Compsci 6/101, Fall 2011, Lab 12, Problem Solving

In recitation/lab this week we will practice solving problems, specifically using functions to divide problems into more manageable pieces.

APT: Thesaurus

Consider the Thesaurus APT which has two distinct problems to solve: combining word entries and evaluating when to stop combining entries.

Use the questions on the handin page to drive your experiments.

APT: AuntUncle

Consider the AuntUncle APT which involves finding a name's parents and then grandparents.

Use the questions on the handin page to drive your understanding and solving of the problem.