[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
list
Displaying differences between revision 3 and the latest revision
== List ==
A list is an ordered collection of items. Depending on how they are created, the list items can be located in contigous sections of memory ([[array | arrays]]) or in disparate blocks which are pointed to by the next or previous items in the list (linked list).
Types of Lists:
* Linked List
* [[arrays | Array]]
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
list
Displaying differences between revision 3 and the latest revision
== List ==
A list is an ordered collection of items. Depending on how they are created, the list items can be located in contigous sections of memory ([[array
Types of Lists:
* Linked List
* [[arrays | Array]]
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
