Data structure which divorces the logical organization of a file from its physical organization by employing pointers to indicate record sequences.
A data structure in which each item of data can contain pointers to other items; any data structure can be represented in this way, which allows the structure to be independent of the stored items.