Question: Problem 3 [5pt] Write a function flatten which takes a list (which may contain other lists) and returns a single list containing the elements of

 Problem 3 [5pt] Write a function flatten which takes a list

Problem 3 [5pt] Write a function flatten which takes a list (which may contain other lists) and returns a single list containing the elements of all of the lists. For example, (flatten '(1 (2) (2 3)) should return (1 2 2 3), and (flatten '(1 (2) (3 (4) should return (12 34)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!