Search
You can find the results of your search below.
Fulltext results:
- assign4 @courses:cs101-2021-5657:assigns
- s that computes all the permutations of a list of numbers * Be sure to write tests for each function as ... == Background ==== The permutations of a list of numbers is the list of all possible sequences of those numbers. We will represent the permutations of a list of numbers as a list of lists of numbers. When your program
- lab8 @courses:cs101-2021-5657:labs
- level)) ; A toast is a ; (make-toast string number[0 to 10]) ; where a toast’s kind can be any str... consumes a **''list-of-toast''** and produces the number of **''toast''**s in the list with the **''kind''... ignature/purpose/header: <code>; list-of-toast -> number ; counts the number of toasts in the list with the kind "white" (define (count-white lot) ...) </code> Be
- style
- crete, consider this example: <code scheme> ; Number Number -> Posn ; create a Posn located at random points in [0,width) x [0,height) (define (creat... nfirms the purpose statement: <code scheme> ; Number Number Posn -> Boolean ; property tester (define (in-range? width height p) (and (<= 0 (
- lab5 @courses:cs101-2021-5657:labs
- designed in class this week that sorts a list of numbers. Be sure to follow the Design Recipe, and includ... the case with the function that sorted a list of numbers, you will need a helper function that inserts a ... designed in class this week that sorts a list of numbers. Be sure to follow the Design Recipe, and includ... the case with the function that sorted a list of numbers, you will need a helper function that inserts a
- assign2 @courses:cs101-2021-5657:assigns
- continuing forever. The state of this world was a number, representing the cat's x-coordinate in the empty... the keyboard). The state of this world was also a number, but this time it represented the value of the ha... e, and the value of the happiness gauge (both are numbers). Here's the link to the exercises in the text:
- schedule
- rresponds to a week of the semester, and the week numbers in the first column are clickable links that con... **[[week2|-2-]]** | @LightBlue: Atomic Data: numbers, strings, images, and Boolean values
- week2
- === Week 2 ====== ~~NOTOC~~ ===== Atomic Data: numbers, strings, images, and Boolean values ===== ===
- week5
- present the state of the world with just a single number * this big-bang program uses a structure to
- week8
- kt }} * Multiple Complex Inputs * Natural Numbers \\ \\ ==== Friday ==== * [[courses:cs101-20
- week9
- ture recorded and posted in Moodle) * Natural Numbers (lecture recorded and posted in Moodle) *