0indexed
0indexed refers to a convention in computer science and mathematics where the first element of a sequence or collection is assigned the index 0, rather than 1. This is in contrast to 1-indexed systems, where the first element is assigned the index 1.
The 0-indexed convention is prevalent in many programming languages, including C, C++, Java, Python, and JavaScript.
The rationale behind 0-indexing in computing is often linked to how data is stored and accessed in
While 0-indexing is common in programming, some mathematical fields and programming languages, like Lua and Fortran,