Question: 6. Given two lists A and B, write a function to compute the difference A B, where A B is the list of elements that
6. Given two lists A and B, write a function to compute the difference A B, where A B is the list of elements that are in A but not in B in Scheme code. For example, if A is (6 7 8 9) and B is (7 9) then A B is (6 8).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
