Problem 4: Make A List (100 pts)
In this problem you will create the list with the following box-and-pointer diagram:
Challenge: try to create this list in multiple ways, and using multiple list constructors!
(define lst
'YOUR-CODE-HERE
)
In this problem you will create the list with the following box-and-pointer diagram:
Challenge: try to create this list in multiple ways, and using multiple list constructors!
(define lst
'YOUR-CODE-HERE
)