Search
You can find the results of your search below.
Fulltext results:
- lab_1
- 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
- BSET?, that takes two inputs, AA and BB, that are lists representing sets. The function should return #t... CTION, that takes two inputs, AA and BB, that are lists representing sets. The function should return a list representing the INTERSECTION of the two input lists. Note: If the input lists do not have any duplica