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
- lab5 @courses:cs101-2021-5657:labs
- === ~~NOTOC~~ ==== Sorting / More Practice with Lists ==== **The main purpose of this lab is to have:** * More practice with lists: lists of strings and lists of structures (posn's) * More practice with sorting * More practice designin
- 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
- week7
- eek 7 ====== ~~NOTOC~~ ===== Midterm back, More Lists ===== ==== Monday ==== * Midterm I: //hande... lecture8.pdf|PDF}} {{ lec8.rkt|Code}} * More lists and list functions * we designed the feed-fish function: {{ feed-fish.rkt }} * lists of num, lists of posn, lists of grade (that's as
- week8
- ====== Week 8 ====== ~~NOTOC~~ ===== List Abbreviations, Sorting, and Multiple Lists ===== ==== Monday ==== //**Welcome Back from Spring Reces... lecture8.pdf|PDF}} {{ lec8.rkt|Code}} * More lists * List abbreviations * DrRacket language change: Beginning Student with List Abbreviations! \\
- schedule
- r course materials for that week. The last column lists the sections in //How to Design Programs, Second... cover the lecture material. The Mon/Wed columns list the lecture dates, and the Fri column lists the lab dates, for each week of the semester. The two midte... [week4|-4-]]** | @LightBlue: Large Data 1: \\ Lists, Designing with Self-Referential Data, List Abbr
- week13
- * IV Intertwined Data * Topics: * lists, list abbreviations * functions that consume lists, functions that consume multiple lists * binary trees (e.g., rumor mill, pipeline), and functi
- style
- gardless of how you actual work through your wish list. The phrase "top down" means that project files c... e complicated, **deploy "loops" to check entire** lists, trees, forests and other complex, **of randomly... 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 arg
- 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
- 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... ooser. - you should see the file ''lab1.rkt'' listed just below the drag-and-drop region of the scre... u that) - then you will see the lab1.rkt file listed with the commit message you provided (finished
- 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
- week10
- ifference between these functions that create new lists: * ''cons'' * ''list'' * ''append'' * Questions? \\ \\ ==== Friday ==== * [
- week9
- eek 9 ====== ~~NOTOC~~ ===== Sorting, Multiple Lists, Trees, Intertwined Data ===== ==== Monday ===... ture9.pdf|PDF}} {{lec9.rkt|Code}} * Sorting a List //(we covered this last week)// * Multiple Co
- lab4 @courses:cs101-2021-5657:labs
- Spring 2021 ====== ~~NOTOC~~ ==== Practice with Lists ==== The main purpose of this lab is to practice * More practice with lists * More practice documenting functions with sig
- week6
- ====== Week 6 ====== ~~NOTOC~~ ===== Lists / Midterm I (and Review) ===== ==== Monday ==== * Midte... \\ * Lecture 7: (cont'd from slide 36) * Lists (aquarium of fish) * {{ lecture7.pdf |PDF}}