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.
|
|
|
Exercise 5.5: Hand-simulate the factorial and
|
|
Fibonacci machines, using some nontrivial input (requiring execution of at
|
|
least one recursive call). Show the contents of the stack at each significant
|
|
point in the execution.
|
|
|