Search
You can find the results of your search below.
Fulltext results:
- assign4 @courses:cs101-2021-5657:assigns
- lists: * The permutations of a list containing two numbers is a list containing two lists: * The first list is the original list of two numbers * The second list is the original list of two numbers with their sequence reversed * The per
- lab_0 @courses:cs145-201951:labs
- that determine the intersection and the union of two sets \\ \\ * To begin: - Open a command lin... - Define a function, called SUBSET?, that takes two inputs, AA and BB, that are lists representing se... efine a function, called INTERSECTION, that takes two inputs, AA and BB, that are lists representing se... eturn a list representing the INTERSECTION of the two input lists. Note: If the input lists do not hav
- top @courses:cs101-2021-02
- ill be weekly labs, regular homework assignments, two midterm exams, and a final exam (during the final... ll be evaluated for completion. Lab sessions are two hours long. Many labs can be completed in less ti... he first assignment. ==== Exams ==== There are two exams during the semester as well as a final exam. The first two exams will be completed during lab times. For ea
- 02 @courses:cs101-2022b:assignments
- g approaches</h2> <p>Let’s think a bit about the two approaches we’ve implemented for matching ads to ... ng>: In another multiline comment, write at least two test examples that demonstrate weaknesses of <code>show-ad</code> and at least two test examples that demonstrate weaknesses of <cod... hing label with the account.</p></li> <li><p>Pick two pieces of ad-matching information, which can be t
- top @courses:cs101-2021-0405
- ill be weekly labs, regular homework assignments, two midterm exams, and a final exam (during the final... ll be evaluated for completion. Lab sessions are two hours long. Many labs can be completed in less ti... he first assignment. ==== Exams ==== There are two exams during the semester as well as a final exam. The first two exams will be completed during lab times. For ea
- top @courses:cs377-202651
- his important? because as of this year, the first two courses in the major are 102 (which uses the Obje... er objects. Indeed, message passing is one of the two major concurrency paradigms (the other is shared ... **A few words about the texts I chose:** I chose two texts this semester−one required and one recommen... nda), Go, Java, and time permitting, maybe one or two more. Since UPC is an extension of the C programm
- syllabus @courses:cs240
- ams, each worth 20% of the final grade. The first two exams focus on material in the immediately preced... written coherently. Might have a missing step or two. * 4 = wow! I think you really get it. Note th... are handed in. In computing the final grade, the two lowest assignment grades will be dropped, thus al... nt in on time. **PLEASE NOTE:** Neatness counts! Two points (on the 0-4 scale) will be automatically d
- lab_1 @courses:cs145-201951:labs
- APPEND. == Part 3 == Copy/paste the following two let* expressions into your definitions window. Wh... DE EFFECT: Prints out listOfInts-ONE, listOfInts-TWO and listOfInts-THREE ;; where listOfInts-O... en incremented by one; ;; listOfInts-TWO is the same as listOfInts-ONE except that ;; ... corresponding element of listOfInts-TWO is even, ;; #f otherwise.
- assign2 @courses:cs101-2021-5657:assigns
- in class, for assignment 2 you will combine your two separate big-bang programs for the cat and the ha... happy-cat.rkt ** Now you will combine the first two ''big-bang'' programs you wrote for assignment 1 ... n value from 0 to 100. Now you get to put these two programs together into a single program, but to d... epresent the state of the world, because you have two values you need to keep track of simultaneously:
- top @courses:cs101-202203
- unately or unfortunately, we have to separate the two sections for the labs due to space limitations.</... ant programs run to completion. Lab sessions are two hours long. Many labs can be completed in less ti... <h4>Exams (The next 20% * 3)</h4> <p> There are two exams during the semester as well as a final exam. The first two exams will be given during one of the lab times.
- schedule @courses:cs101-2021-5657
- the lab dates, for each week of the semester. The two midterm exam dates are highlighted, as are Vassar... BSL]] \\ [[https://htdp.org/2018-01-06/Book/part_two.html|II:8-10]] ... uote]] \\ [[https://htdp.org/2018-01-06/Book/part_two.html#%28part._ch~3alist-sort%29|II:11-13]] \\ [[h
- lab1 @courses:cs101-2021-0405
- ll be presented with a screen that's divided into two windows: * The //definitions window// (left) ... s strings # - Add another expression that appends two or more strings string-append("Computer ", "Scien... of data # - Add another circle expression # - Add two different rectangle expressions circle(10, "solid
- week13 @courses:cs101-2021-5657
- n HtDP/2e [[https://htdp.org/2018-01-06/Book/part_two.html#%28part._rd._sec~3ard%29|Section 9.4]] ... u will be asked to write a function that consumes two lists. Based on Lecture 9, Multiple Complex Input... parameterizing similar functions. I will give you two very similar functions (like ''big'' and ''huge''
- lab5 @courses:cs101-2021-5657:labs
- - you will find it useful to define at least two lists of strings--one unsorted, one sorted in asc... - you will find it useful to define at least two lists of posns--one unsorted, one sorted in ascen... ecipe to design the helper function that compares two posns by their x value, and produces #true if the
- lab6 @courses:cs101-2021-02
- ur function should call ''string-append'' to glue two strings together. <code> fun list-to-string(lst :... is "hello world" list-to-string([list: "one", "two", "three"]) is "onetwothree" end </code> ====== ... on should call ''num-max'' to find the maximum of two numbers. <code> fun max-pos-num(lst :: List<Numb