Subset / Subsequence Recursive Procedure in Simply Scheme Lisp
问题 I am working my way through Simply Scheme in combination with the Summer 2011 CS3 Course from Berkley. I am struggling with my understanding of the subset / subsequence procedures. I understand the basic mechanics once I'm presented with the solution code, but am struggling to grasp the concepts enough to come up with the solution on my own. Could anyone point me in the direction of something that might help me understand it a little bit better? Or maybe explain it differently themselves?