Search

You can find the results of your search below.

lab_1
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
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