Search

You can find the results of your search below.

lab_1 @courses:cs145-201951:labs
26 Hits, Last modified:
e familiar with DrRacket procedures * Use cons, list and append * Use map * Use let* === Procedu... nitions: (define item 1) (define mylist '(1 2)) The following tester expressions represent the 4 possible ways to order item and mylist with cons. Copy/paste them into your definiti... r '(cons item item)) (tester '(cons item mylist)) (tester '(cons mylist item)) (tes
lab_0 @courses:cs145-201951:labs
4 Hits, Last modified:
representing sets. The function should return a list representing the INTERSECTION of the two input li... ve any duplicates, then neither should the output list. However, you need not define any kind of "remove... representing sets. The function should return a list representing the INTERSECTION of the two input li... ve any duplicates, then neither should the output list. However, you need not define any kind of "remove
schedule
1 Hits, Last modified:
t cover the lecture material. The Tue/Thu columns list the lecture dates. The midterm exam due date is h
week8
1 Hits, Last modified:
==== Tuesday ==== * Welcome back. The to-do list for today: * Midterm return. {{ :courses:cs14
week9
1 Hits, Last modified:
==== Tuesday ==== * Welcome back. The to-do list for today: * Mathematical prestidigitation
week12
1 Hits, Last modified:
* [[https://www.youtube.com/watch?v=hxsOXOPni0o&list=RDEMiW58qBmMlPyrV54s6igiiw&start_radio=1|Intro]]