CS 5010 Module 08

Module Overview

In some problems, the pattern of recursion does not fit into our strategy of using a template, even with invariants, because we need to recur on quantities that are not pieces of the input structure. In this module, you will see some examples of problems that do not fit into the template pattern, and you will learn about the strategy of "general recursion", which is capable of solving these problems.

Course Map

course map, week 08

Readings

Part V from the textbook.

Resources

Lessons and Guided Practices

Problem Set

Problem Set 08 was assigned on Monday, 14 March.


Last modified: Mon Mar 14 2016