Linked list/Definition

From Citizendium
< Linked list
Revision as of 21:54, 30 October 2009 by imported>Douglass A. Glidden (New page: <noinclude>{{Subpages}}</noinclude> In computer science, a type of ordered collection in which each item contains a reference to the item that follows it.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
A definition or brief description of Linked list.

In computer science, a type of ordered collection in which each item contains a reference to the item that follows it.