Linked list: Difference between revisions

Content added Content deleted
m (moved Linked List to Linked list: capitalization policy)
m ({{Template:See also lists}})
Line 2: Line 2:


In most languages, an implementation of a linked list is given and programmers will likely never need to create their own implementation. Most programmer-defined implementations found here should not be used in programs, but rather they are here to demonstrate language features and to help show how a linked list works.
In most languages, an implementation of a linked list is given and programmers will likely never need to create their own implementation. Most programmer-defined implementations found here should not be used in programs, but rather they are here to demonstrate language features and to help show how a linked list works.

{{Template:See also lists}}


Here are examples of the two common types of linked lists:
Here are examples of the two common types of linked lists: