(definition)
Definition: Indexing (an array) beginning with 0.
See also one-based indexing.
Note: That is, an array A with n items is accessed as A[0], A[1], ..., A[n-1].
Author: PEB
If you have suggestions, corrections, or comments, please get in touch with Paul E. Black.
Entry modified Thu Mar 18 09:44:26 2004.
HTML page formatted Wed Oct 26 09:48:22 2005.
Cite this as:
Paul E. Black, "0-based indexing", from
Dictionary of Algorithms and Data
Structures, Paul E. Black, ed.,
NIST.
http://www.nist.gov/dads/HTML/zeroBasedIndexing.html