You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
324 B
6 lines
324 B
|
|
Exercise 5.22: Exercise 3.12 of
|
|
3.3.1 presented an append procedure that appends two lists to form
|
|
a new list and an append! procedure that splices two lists together.
|
|
Design a register machine to implement each of these procedures. Assume that
|
|
the list-structure memory operations are available as primitive operations.
|
|
|