Search
You can find the results of your search below.
Fulltext results:
- lab_0
- === Lab 0 ====== ~~NOTOC~~ ==== Welcome to the first lab ==== * Objectives: - Become familiar w... icates" function. * Hint: Consider the testing first how many test cases should you have? Then - what ... est(s)? Again: You should consider the test cases first. At minimum, how many are there for the non-base ... = Define a function, called UNION, just like the first problem. That is, the function takes two inputs,
- lab_1
- bda (x) (* x x)) '(1 2 3 4 5))) (tester '(map first '((1 2 3) (4 5) (6 7 8 9)))) (tester '(map re... p (lambda (subsetlist) (list (first subsetlist) (second subsetlist)))