Linked list/Definition: Difference between revisions

From Citizendium
Jump to navigation Jump to search
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.)
 
(No difference)

Latest revision as of 21:54, 30 October 2009

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.