next up previous contents
Next: A tree of two Up: Example Structures Previous: Binary Tree

Doubly-linked List of lists

Here we have two separate levels of the hierarchy. At the top is a list structure with direction NEXT , and its inverse PREV . The next level is conceptually the same with directions next and prev .



Timothy Lewis
11/12/1997