CS 111: Introduction to Computer Science

Winter 2017

Lab11: Higher-order functions

In this lab, you will treat functions as objects--something that can be passed to other (higher-order) functions as arguments or returned by (higher-order) functions.