zeroindexing
Zero-indexing is a convention in computer programming and mathematics where the first element of a sequence or array is assigned the index 0. This is in contrast to one-indexing, where the first element is assigned the index 1. Many programming languages, including C, C++, Java, Python, and JavaScript, use zero-indexing for their arrays and strings. This choice has implications for how data structures are accessed and manipulated.
The origin of zero-indexing is often attributed to the early design decisions in the FORTRAN programming language
When working with zero-indexed sequences, it's important to be mindful of the index range. For a sequence