CS170

Programming Assignment #2

DUE : Tuesday 2/18.


Write and test the following Scheme functions.

TIPS: Scheme can be conveniently developed in several different environments. Racket is probably the most convenient.

Submit: A single file containing all your function definitions (together with any other auxiliary functions you may find useful to define). Use the extension ".rkt" whether or not you use Racket. Indent appropriately and include documentation for each function. Submission location is here.

Back to CS170 Assignments.