By Letter: Non-alphabet | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
  Email this page to a friend


List




<data> A data structure holding many values, possibly of different types, which is usually accessed sequentially, working from the head to the end of the tail - an "ordered list".

This contrasts with a (one-dimensional) array, any element of which can be accessed equally quickly.

Lists are often stored using a cell and pointer arrangement where each value is stored in a cell along with an associated pointer to the next cell.

A special pointer, e.g. zero, marks the end of the list.

This is known as a (singly) "linked list".

A doubly linked list has pointers from each cell to both next and previous cells.

An unordered list is a set.



< Previous TermsTerms Containing listNext Terms >
LISP Machine LISP
Lisp Object-Oriented Programming System
LISP, Objects, and Symbolic Programming
Lisptalk
LispView
ABC
ABLE
Access Control List
accumulator
ACL
list comprehension
List Enhanced
listless
Listproc
lists


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions