2.12 Additional Exercises [ToC] [Index]     [Skip Back]     [Prev] [Up] [Next]

Exercises:

*1. Compare and contrast the design of libavl's tables with that of the set container in the C++ Standard Template Library. [answer]

2. What is the smallest set of table routines such that all of the other routines can be implemented in terms of the interfaces of that set as defined above? [answer]

Prev: 2.11 Table Headers Up: 2 The Table ADT 3 Search Algorithms Next