| 释义 |
linked list
linked list n (Computer Science) computing a list in which each item contains both data and a pointer to one or both neighbouring items, thus eliminating the need for the data items to be ordered in memory linked list
linked list[′liŋkt ′list] (computer science) chained list linked list (programming)A data structure in which each element containsa pointer to the next element, thus forming a linear list.
A doubly linked list contains pointers to both the next andprevious elements.linked listIn data management, a group of items, each of which points to the next item. It allows for the organization of a sequential set of data in noncontiguous storage locations.AcronymsSeeLL |