CHAPTER 6: MORE COMPLEX LISTS

Considers lists of lists connected by pointers to

impose more structure on data

reduce search time

Emphasizes

liste-structures, a special case of such lists

the traversal of list-structures as a general tool

the implementation of list-structures

Case study?/FONT>information retrieval

illustrates the use and advantages of more complex lists

6.1: Imposing List Structure on Data

6.2: Traversal of List-structures

6.3: Using a Traverse Function for List-structures

6.4: Implementing List-structures

6.5: Case Study: Information Retrieval

Exercises

Suggested Assignment