Functional Problem Solving (CSC 151 2015S) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Taking Notes] [Rubric] - [Calendar]
Current: [Assignment] [EBoard am] [EBoard pm] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards am] [EBoards pm] [Labs] [Outlines] [Readings] - [Examples] [Handouts]
Reference: [Setup] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Davis (2013F)] [Rebelsky (2014F)] [Weinman (2014F)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Book Office Hours] - [Issue Tracker (Course)]
Held: Monday, 20 April 2015
Back to Outline 43 - Analyzing Procedures. On to Outline 45 - Binary Search.
Summary
We consider association lists, a simple, but useful, technique for organizing tables of information.
Related Pages
Overview
Administrivia
I've added a variety of project tips that I thought we'd look at quickly. More to come.
(assoc *key* *list*)
procedure to look up values by key.assoc. How would you write
it? Probably recursively.assoc procedure, we can
easily implement a number of interesting variants of association lists.