Search

You can find the results of your search below.

assign4 @courses:cs101-2021-5657:assigns
19 Hits, Last modified:
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
11 Hits, Last modified:
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
5 Hits, Last modified:
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
4 Hits, Last modified:
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
3 Hits, Last modified:
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
2 Hits, Last modified:
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
1 Hits, Last modified:
=== Week 2 ====== ~~NOTOC~~ ===== Atomic Data: numbers, strings, images, and Boolean values ===== ===
week5
1 Hits, Last modified:
present the state of the world with just a single number * this big-bang program uses a structure to
week8
1 Hits, Last modified:
kt }} * Multiple Complex Inputs * Natural Numbers \\ \\ ==== Friday ==== * [[courses:cs101-20
week9
1 Hits, Last modified:
ture recorded and posted in Moodle) * Natural Numbers (lecture recorded and posted in Moodle) *