Functional Problem Solving (CSC 151 2014F) : EBoards
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Setup] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Davis (2013F)] [Rebelsky (2014S)] [Weinman (2014F)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)]
Overview
We are working with sorted lists of values (courses at Grinnell)
(vector
(list "CSC" 151 1 "Functional Problem Solving" -5)
(list "CSC" 161 2 "Imperative Problem Solving" 0)
(list "CSC" 151 2 "Functional Problem Solving" 5)
(list "HUM" 250 1 "Whatever Monessa is teaching" 100))
Our goal is to search this. What do we need to know to search?
Could you go over vector-sorted??
What is an example of a nonlinear data structure?
For the writeup, go to http://bit.ly/151-2014F-w47