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 and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 2 - Page 8 : 35
Programming Paradigms
Recursion and Higher-order Functions
Exercises

On this page we present an exercise related to recursive processing of lists

Go to exerciseSublists of a list
Go to exerciseA variant of number-interval
Go to exerciseA variant of string-of-char-list?