GitHubSign in

A numbering scheme or indexing convention in computer science and programming where the first element in an array, list, or sequence is assigned an index of zero, rather than one, leading to the offset of one between the index and position of elements.

"In a zero-indexed array, the first element is accessed using index 0, the second element with index 1, and so on."

@openai