<< Prev | - Up - | Next >> |
This lecture has two main goals:
To define append, a predicate for concatenating two lists, and illustrate what can be done with it.
To discuss two ways of reversing a list: a naive method using append, and a more efficient method using accumulators.
<< Prev | - Up - | Next >> |