CS115 Lecture Notes - Lecture 1: Wrapper Function

66 views4 pages
16 Apr 2015
Course
Professor
elliehaj0807 and 36989 others unlocked
CS115 Full Course Notes
13
CS115 Full Course Notes
Verified Note
13 documents

Document Summary

A list of functions described in each module of the lecture slides can be found on piazza at post @8. It will not be accepted by course staff as an assignment submission. It will make your submitted file unreadable and you will receive no correctness marks. Language level: beginning student with list abbreviations. Coverage: module 5 & 6. Due: wednesday march 11th at 4:00 p. m. (define-struct scorecard (name try1 try2 try3)) ;; a scorecard is a (make-scorecard str num num num) ;; each try represents the time in seconds. ;; name is the name of the current player (define-struct resultcard (name best-try)) ;; a resultcard is a (make-resultcard str sym) ;; requires: best-try is one of "i "ii "iii (define-struct epc (first-branch second-branch third-branch)) ;; an epc (short for extended postal code) is a. ;; (make-epc (listof str) (listof str) (listof str)) ;; requires: first-branch, second-branch and third-branch are not empty. ;; each string element of first-branch, second-branch and.

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers
Class+
$30 USD/m
Billed monthly
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
7 Verified Answers

Related Documents