Search
You can find the results of your search below.
Fulltext results:
- assign4 @courses:cs101-2021-5657:assigns
- functions that computes all the permutations of a list of numbers * Be sure to write tests for each fu... , before you move on to the function of your wish list * Have a total of four functions by the time yo... -- ==== Background ==== The permutations of a list of numbers is the list of all possible sequences of those numbers. We will represent the permutations o
- lab8 @courses:cs101-2021-5657:labs
- amples for this lab ==== A **''toast''** and **''list-of-toast''** are defined as follows: (define-s... but not limited to) “white” or “wheat”. \\ ; A list-of-toast (lot) is either ; - '() ; - (cons toast lot) \\ Here's an example of a **''list-of-toast''** that you should use in your examples... tions you write: \\ <code scheme> (define toast-list (list (make-toast "white" 0) (make-toas
- lab5 @courses:cs101-2021-5657:labs
- Exercises ** - Design a function that sorts a list of strings in ascending order. It will be a lot l... ction we designed in class this week that sorts a list of numbers. Be sure to follow the Design Recipe, ... de hand-in artifacts: - Data Definition for a list-of-string - you will find it useful to defi... der - Template for a function that consumes a list-of-string - Signature/Purpose Statement/Heade
- style
- gardless of how you actual work through your wish list. The phrase "top down" means that project files c... ted data structures:** <code scheme> ; N -> [List-of Posn] ; create the given number of cupcake... upcake SCENE-WIDTH SCENE-HEIGHT))) (build-list n one)))</code> (Note how ''one'' ignores its argument. Still, why would ''make-list'' in lieu of ''build-list'' not produce the corre
- week8
- ====== Week 8 ====== ~~NOTOC~~ ===== List Abbreviations, Sorting, and Multiple Lists ===== ==== Mond... f|PDF}} {{ lec8.rkt|Code}} * More lists * List abbreviations * DrRacket language change: Beginning Student with List Abbreviations! \\ \\ * Assignment 3: Bouncing Balls * demo * big-bang program with a list of structs as the state of the world * Due in
- week14
- 15: Filter, Map, Fold (begin slide 29: Folding a List) * {{lecture15.pdf|PDF}} * {{foldr.rkt}}... 4/part_three.html#(counter._(figure._fig~3aisl-ho-list))|Figure 95: ISL’s abstract functions for list processing (1)]] * [[https://htdp.org/2019-02-24/part_three.html#%28counter._%28figure._fig~3aisl-ho-list2%29%29|Figure 96: ISL's abstract functions for li
- schedule
- cover the lecture material. The Mon/Wed columns list the lecture dates, and the Fri column lists the l... : \\ Lists, Designing with Self-Referential Data, List Abbreviations | @LightBlue: 3/8 ... p.org/2018-01-06/Book/part_two.html#%28part._ch~3alist-sort%29|II:11-13]] \\ [[https://htdp.org/2018-01-... | @LightBlue: Intertwined Data 2: Simultaneous List Processing
- week7
- pdf|PDF}} {{ lec8.rkt|Code}} * More lists and list functions * we designed the feed-fish funct... , lists of grade (that's as far as we got!) * List abbreviations (after the recess!) * DrRacket language change: Beginning Student with List Abbreviations! (after the recess!) ==== Wednesd
- top @courses:cs101-2021-5657:assigns
- 4/5 | 4/21 | Bouncing Balls: big-bang with list of structs | | | [[assig... signment 4]] | 4/21 | 5/5 | Permutations: list of lists of nums, Design Recipe wishlist | | | [[assign5|Assignment 5]] | 5/11 | 5/24
- week13
- ntertwined Data * Topics: * lists, list abbreviations * functions that consume li... ata Definition for a RD is really a thinly-veiled list! Design Recipe. * **Q2** Multiple Lists Funct
- lab1 @courses:cs101-2021-5657:labs
- n the classroom roster (select your name from the list) - you will be prompted to accept this assi... inting downwards, click on it. This will cause a list of language levels to appear. Click on ''Beginni
- week9
- ture9.pdf|PDF}} {{lec9.rkt|Code}} * Sorting a List //(we covered this last week)// * Multiple Co
- week10
- that create new lists: * ''cons'' * ''list'' * ''append'' * Questions? \\ \\ ===
- week15
- will use their Vassar credentials to access their list of courses. I am providing the link above (in blu
- assign3 @courses:cs101-2021-5657:assigns
- ns that consume/produce an individual ball, and a list of balls. \\ \\ ---- ==== Assignment Setup ===