Linked list  

From The Art and Popular Culture Encyclopedia

(Redirected from Whatlinkshere)
Jump to: navigation, search

Related e

Wikipedia
Wiktionary
Shop


Featured:

In computer science, a linked list is one of the fundamental data structures, and can be used to implement other data structures. It consists of a sequence of nodes, each containing arbitrary data fields and one or two references ("links") pointing to the next and/or previous nodes. The principal benefit of a linked list over a conventional array is that the order of the linked items may be different from the order that the data items are stored in memory or on disk, allowing the list of items to be traversed in a different order. A linked list is a self-referential datatype because it contains a pointer or link to another datum of the same type.



Unless indicated otherwise, the text in this article is either based on Wikipedia article "Linked list" or another language Wikipedia page thereof used under the terms of the GNU Free Documentation License; or on research by Jahsonic and friends. See Art and Popular Culture's copyright notice.

Personal tools