Search

You can find the results of your search below.

asmt2 @courses:cs101-2021-0405
23 Hits, Last modified:
s-keyword">add</span><span class="bash">-one(n :: Number) -&gt; Number: </span> n + <span class="hljs-number">1</span> where: <span class="hljs-keyword">add</span><span clas... "hljs-attr">TARGET-AGE</span> = <span class="hljs-number">25</span> <span class="hljs-attr">TARGET-TOWN</s
asmt2 @courses:cs101-2021-02
23 Hits, Last modified:
s-keyword">add</span><span class="bash">-one(n :: Number) -&gt; Number: </span> n + <span class="hljs-number">1</span> where: <span class="hljs-keyword">add</span><span clas... "hljs-attr">TARGET-AGE</span> = <span class="hljs-number">25</span> <span class="hljs-attr">TARGET-TOWN</s
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
lab6 @courses:cs101-2021-0405
18 Hits, Last modified:
, ''my-sum''). <code> fun my-product(lst :: List<Number>) -> Number: doc: ```returns the product of the numbers in list lst``` cases (List) lst: | empty => 1 | l... parts to write a function that takes in a list of Numbers and returns the sum of the cubes of the numbers:
06 @courses:cs101-2022b:labs
18 Hits, Last modified:
<span class="name">product</span>(lst :: List&lt;Number&gt;) -&gt; Number: <span class="keyword">doc</span>: <span class="string">&quot;Return the product of the numbers in list lst&quot;</span> <span class="keyword"... n class="name">sum-of-cubes</span>(lst :: List&lt;Number&gt;) -&gt; Number: <span class="keyword">doc</s
03 @courses:cs101-2022b:assignments
17 Hits, Last modified:
Copy the unique ID – the long string of letters, numbers, and underscores – in the spreadsheet URL and us... >mins-since-midnight</span>(time :: String) -&gt; Number: ... <span class="keyword">end</span> </code></... those in the table), it should convert it to the number of minutes since midnight.</p> <p><strong>Hints</... cs/latest/strings.html#%28part._strings_string-to-number%29"><code>string-to-number</code></a>. Despite it
lab6 @courses:cs101-2021-02
17 Hits, Last modified:
, ''my-sum''). <code> fun my-product(lst :: List<Number>) -> Number: doc: ```returns the product of the numbers in list lst``` cases (List) lst: | empty => 1 | l... parts to write a function that takes in a list of Numbers and returns the sum of the cubes of the numbers:
asmt3 @courses:cs101-2021-02
13 Hits, Last modified:
Copy the unique ID -- the long string of letters, numbers, and hyphens -- in the spreadsheet URL and use i... (like those in the table) and converts it to the number of minutes since midnight.</p> <p><strong>Note</s... cs/latest/strings.html#%28part._strings_string-to-number%29"><code>string-to-number</code></a>. Despite its name, the output is <em>not</em> a number! It&#39;s <c
asmt3 @courses:cs101-2021-0405
13 Hits, Last modified:
Copy the unique ID -- the long string of letters, numbers, and hyphens -- in the spreadsheet URL and use i... (like those in the table) and converts it to the number of minutes since midnight.</p> <p><strong>Note</s... cs/latest/strings.html#%28part._strings_string-to-number%29"><code>string-to-number</code></a>. Despite its name, the output is <em>not</em> a number! It&#39;s <c
02 @courses:cs101-2022b:labs
12 Hits, Last modified:
/span> <span class="name">grade</span>(percent :: Number) -&gt; String: <span class="keyword">doc</span>... class="name">saffir-simpson</span>(wind-speed :: Number) -&gt; String: ... <span class="keyword">end</s... > <span class="name">at-vassar</span>(latitude :: Number, longitude :: Number) -&gt; Boolean: ... <span class="keyword">end</span> </code></pre> <p>It should r
lab2 @courses:cs101-2021-02
11 Hits, Last modified:
ur_clock|military time]], e.g., 9:00 a.m. is the number ''0900'' and 6:00 p.m. is ''1800''. If the time ... called. For example, this is valid code: <code> number = 111 if number == 111: "Yay" else: "Nay" end </code> ==== Part 2 ==== Your friend came up with a... Write a function ''saffir-simpson(wind-speed :: Number) -> String'', that takes in the average recorded
lab2 @courses:cs101-2021-0405
11 Hits, Last modified:
ur_clock|military time]], e.g., 9:00 a.m. is the number ''0900'' and 6:00 p.m. is ''1800''. If the time ... called. For example, this is valid code: <code> number = 111 if number == 111: "Yay" else: "Nay" end </code> ==== Part 2 ==== Your friend came up with a... ite a function <code>saffir-simpson(wind-speed :: Number) -> String</code> that takes in the average recor
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
05 @courses:cs101-2022b:assignments
7 Hits, Last modified:
function adds a column to an existing table. The number of values in the <code>colvals</code> input must equal the number of rows in the Table <code>t</code>, and they wil... Task</strong>: Consider taking the average of the numbers in the list <code class="pyret">[<span class="ke... /span>(list-of-words :: List&lt;String&gt;) -&gt; Number: ... <span class="keyword">end</span> </pre> <p
lab7 @courses:cs101-2021-02
6 Hits, Last modified:
="hljs-comment">#|</span> CMPU<span class="hljs-number">-101</span> Fall <span class="hljs-number">2021</span> Lab <span class="hljs-number">7</span> Name: your <span class="hljs-built_in">name</span... cise.</p> <pre><code># Exercise <span class="hljs-number">1</span> <span class="hljs-function"><span clas
02 @courses:cs101-2022b:assignments
6 Hits, Last modified:
lab7 @courses:cs101-2021-0405
6 Hits, Last modified:
01 @courses:cs101-2022b:labs
5 Hits, Last modified:
lab3 @courses:cs101-2021-0405
5 Hits, Last modified:
style @courses:cs101-2021-5657
5 Hits, Last modified:
lab1 @courses:cs101-2021-0405
5 Hits, Last modified:
lab3.html @courses:cs101-2021-02
5 Hits, Last modified:
lab1 @courses:cs101-2021-02
5 Hits, Last modified:
06 @courses:cs101-2022b:assignments
5 Hits, Last modified:
week11 @courses:cs102-2021-01
4 Hits, Last modified:
lab5 @courses:cs101-2021-5657:labs
4 Hits, Last modified:
assign2 @courses:cs101-2021-5657:assigns
3 Hits, Last modified:
week10 @courses:cs102-202051
3 Hits, Last modified:
04 @courses:cs101-2022b:labs
3 Hits, Last modified:
how_to_create_a_listing_for_your_course
2 Hits, Last modified:
week3 @courses:cs377-202651
2 Hits, Last modified:
week9 @courses:cs145-201951
2 Hits, Last modified:
top @courses:cs101-201804
2 Hits, Last modified:
calendar @courses:cs101-201804
2 Hits, Last modified:
week11 @courses:cs145-201951
2 Hits, Last modified:
top @courses:cs203-201602:lab6
2 Hits, Last modified:
04 @courses:cs101-2022b:assignments
2 Hits, Last modified:
hw4 @courses:cs101-202203:week4
2 Hits, Last modified:
03 @courses:cs101-2022b:labs
2 Hits, Last modified:
lab3 @courses:cs102-202051:labs
2 Hits, Last modified:
lab_6 @courses:cs145-201951:labs
2 Hits, Last modified:
syllabus @courses:cs240
2 Hits, Last modified:
schedule @courses:cs101-2021-5657
2 Hits, Last modified:
07 @courses:cs101-2022b:labs
2 Hits, Last modified:
01 @courses:cs101-2022b:assignments
1 Hits, Last modified:
top @courses:cs203-201602:github
1 Hits, Last modified:
schedule @courses:cs334-202251
1 Hits, Last modified:
top @courses:cs377-202651
1 Hits, Last modified:
top @courses:cs203-201602:lab6.5
1 Hits, Last modified:
top @courses:cs203-201602:lab4
1 Hits, Last modified:
week9 @courses:cs377-202651
1 Hits, Last modified:
top @courses:cs145-201951:labs
1 Hits, Last modified:
week4 @courses:cs377-202651
1 Hits, Last modified:
week10 @courses:cs377-202651
1 Hits, Last modified:
lab_5 @courses:cs145-201951:labs
1 Hits, Last modified:
lab_1 @courses:cs145-201951:labs
1 Hits, Last modified:
lab1 @courses:cs102-202051:labs
1 Hits, Last modified:
week5 @courses:cs311-2021
1 Hits, Last modified:
cs379-201403
1 Hits, Last modified:
week3 @courses:cs311-2021
1 Hits, Last modified:
asmt1 @courses:cs101-2021-0405
1 Hits, Last modified:
week5 @courses:cs101-2021-5657
1 Hits, Last modified:
week2 @courses:cs101-2021-5657
1 Hits, Last modified:
week11 @courses:cs101-2021-0405
1 Hits, Last modified:
week5 @courses:cs101-2021-0405
1 Hits, Last modified:
top @courses:cs101-2021-0405
1 Hits, Last modified:
schedule @courses:cs101-2021-0405
1 Hits, Last modified:
week11 @courses:cs101-2021-02
1 Hits, Last modified:
week9 @courses:cs101-2021-5657
1 Hits, Last modified:
week5 @courses:cs101-2021-02
1 Hits, Last modified:
week3 @courses:cs101-2021-02
1 Hits, Last modified:
top @courses:cs101-2021-02
1 Hits, Last modified:
schedule @courses:cs101-2021-02
1 Hits, Last modified:
lab4 @courses:cs101-2021-02
1 Hits, Last modified:
asmt1 @courses:cs101-2021-02
1 Hits, Last modified:
week8 @courses:cs101-2021-5657
1 Hits, Last modified:
schedule @courses:cs101-2022-02
1 Hits, Last modified:
top @courses:cs224-201101
1 Hits, Last modified:
assignments @courses:cs102-201752
1 Hits, Last modified:
top @courses:cs224-201001
1 Hits, Last modified:
week13 @courses:cs145-201951
1 Hits, Last modified:
schedule @courses:cs145-201951
1 Hits, Last modified:
week2 @courses:cs102-202051
1 Hits, Last modified:
top @courses:cs102-201752
1 Hits, Last modified:
schedule @courses:cs102-201752
1 Hits, Last modified:
week13 @courses:cs102-2021-01
1 Hits, Last modified:
schedule @courses:cs101-2023-52
1 Hits, Last modified:
week8 @courses:cs101-202203
1 Hits, Last modified:
week3 @courses:cs101-202203
1 Hits, Last modified:
top @courses:cs101-202203
1 Hits, Last modified:
schedule @courses:cs101-202203
1 Hits, Last modified:
labs @courses:cs101-201804
1 Hits, Last modified:
schedule @courses:cs101-2023-54
1 Hits, Last modified:
labs @courses:cs102-201752
1 Hits, Last modified: