Link List Processing in Unix/Linux
Structures and pointers are often used to construct and manipulate dynamic data structures, such as link lists, queues and trees, etc. The most basic type of dynamic data structures is the link list. In this section, we shall explain the concepts of link list, list operations, and demonstrate list processing by example programs. 1. Link [ [ ...]