1. Reformulate add-to-each using map and lambda.
2. Determine the abstract running time of relative-2-absolute. Hint: Evaluate the expression
by hand. Start by replacing N with 1, 2, and 3. How many natural recursions of relative-2-absolute and add-to-each are required each time?