Lecture overview -- Keyboard shortcut: 'u'  Previous page: Simultaneous traversal of two binary trees (1) -- Keyboard shortcut: 'p'  Next page: Trampolining [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Simulation of other Paradigms and Continuations - slide 40 : 43

Simultaneous traversal of two binary trees (2)

Here we provide the details of the two simultaneous tree traversals

trees.scm
The basic tree functions - together with two concrete trees.
traversals.scm
The tree traversal functions.
controller.scm
The controller function.
all.scm
Tree stuff, traversal, and controller - in one file.