list
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 (arrays) or in disparate blocks which are pointed to by the next or previous items in the list (linked list).
Types of Lists:
last edited (December 29, 2002) by towercpu
Back to the page