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... xpressions such as "(1 . 1)" are called "dotted lists". They do *not* represent well-formed lists. Write a similar set of expressions for the built-in LIST and APPEND functions. Review the definitions fo
- 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