previous | index | next

Mutual Recursion

We will give the name odd-part to a procedure that returns the elements of a list that are in the odd numbered positions.

We will give the name even-part to a procedure that returns the elements of a list that are in the even numbered positions.

Q: The "odd part" of an empty list is what list?

A:


previous | index | next