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.
Part V from the textbook.
Problem Set 08 was assigned on Monday, 14 March.
Last modified: Mon Mar 14 2016