We need to be able to quickly:
- add new customers to the database,
- look up a customer's record by name,
- delete a customer,
- list all customers sorted by name,
- list all customers in a range of names,
- add a group of customers,
- split an entire group of infinitives (oops).
Next: Ordered Trees
Up: DYNAMIC PROBLEMS
Previous: Customer Lists