Linked list

Get Babylon's Translation Software! Free Download Now!
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
View Demo


BabylonEnglish English dictionaryDownload this dictionary
linked list
data structure in which there are pointers at the end of each list with leads to the next list


Wikipedia English The Free EncyclopediaDownload this dictionary
Linked list
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. Linked lists permit insertion and removal of nodes at any point in the list in constant time, but do not allow random access. Several different types of linked list exist: singly-linked lists, doubly-linked lists, and circularly-linked lists.
See more at Wikipedia.org...

This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License

FOLDOC DictionaryDownload this dictionary
linked list
<programming> A data structure in which each element contains a pointer to the next element, thus forming a linear list.
A doubly linked list contains pointers to both the next and previous elements.
(1995-03-28)


(c) Copyright 1993 by Denis Howe

Define Linked list

Translate Linked list





Linked list in Chinese | | Linked list in French | Linked list in Italian | Linked list in Spanish | Linked list in Dutch | Linked list in Portuguese | Linked list in German | Linked list in Russian | Linked list in Japanese | Linked list in Greek | Linked list in Korean | Linked list in Turkish | Linked list in Hebrew | Linked list in Arabic | Linked list in Croatian | Linked list in Serbian | Linked list in Swedish