Lecture overview -- Keyboard shortcut: 'u'  Previous page: Examples with recursion: <span>string-of-char-list?</span> -- Keyboard shortcut: 'p'  Next page: Recursion without define and letrec [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Recursion and Higher-order Functions - slide 8 : 35

Exercises
On this page we present an exercise related to recursive processing of lists
Go to exercise
Sublists of a list
Go to exercise
A variant of number-interval
Go to exercise
A variant of string-of-char-list?