DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents 09 Examples Functional Programming. Tower of Hanoi AB C.

Slide 109 Examples Functional Programming Slide 2 Tower of Hanoi AB C Slide 3 Slide 4 > (tower-of-hanoi (3 2 1) a b c) ; a b c 7 (defun tower-of-hanoi (disks from to spare)…