Search
You can find the results of your search below.
Fulltext results:
- lab_0
- that determine the intersection and the union of two sets \\ \\ * To begin: - Open a command lin... - Define a function, called SUBSET?, that takes two inputs, AA and BB, that are lists representing se... efine a function, called INTERSECTION, that takes two inputs, AA and BB, that are lists representing se... eturn a list representing the INTERSECTION of the two input lists. Note: If the input lists do not hav
- lab_1
- APPEND. == Part 3 == Copy/paste the following two let* expressions into your definitions window. Wh... DE EFFECT: Prints out listOfInts-ONE, listOfInts-TWO and listOfInts-THREE ;; where listOfInts-O... en incremented by one; ;; listOfInts-TWO is the same as listOfInts-ONE except that ;; ... corresponding element of listOfInts-TWO is even, ;; #f otherwise.