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
262 B
6 lines
262 B
2 years ago
|
|
||
|
Exercise 3.18: Write a procedure that examines a
|
||
|
list and determines whether it contains a cycle, that is, whether a program
|
||
|
that tried to find the end of the list by taking successive cdrs would
|
||
|
go into an infinite loop. Exercise 3.13 constructed such lists.
|