Question: Write in Scheme a function that uses only car and cdr with possibly a Helper Function Pattern that takes in a number and list and
Write in Scheme a function that uses only car and cdr with possibly a Helper Function Pattern that takes in a number and list and returns the cdr that begins at the number passed in.
Example: (my-cdr 3 '(u v w x y z)) should output '(w x y z).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
