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
No results for "Linked list" were found in 简体中文


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 英语 | Linked list in 法语 | Linked list in 意大利语 | Linked list in 西班牙语 | Linked list in 荷兰语 | Linked list in 葡萄牙语 | Linked list in 德语 | Linked list in 俄语 | Linked list in 日语 | Linked list in Greek | Linked list in Korean | Linked list in 土耳其语 | Linked list in 希伯来语 | Linked list in Arabic | Linked list in Croatian | Linked list in Serbian | Linked list in 瑞典语