Due date: 10/25 @ 6:00 pm
The purpose of this problem set is to revisit self-referential data
definitions and to understand some functions that consume several complex
arguments (multiplexing).
HtDP Problems:
recursion: 14.1.3, 14.1.5, 14.3.3, 14.4.1, 14.4.2, 14.4.3, 14.4.4
multiplexing: 17.1.2, 17.2.2
Additional Problem 1:
Design the function find-sublist. It consumes two lists of
symbols, big and pat, and determines whether
the latter occurs somewhere in the former.
How can you use this function to discover whether one picture is a
part of another?