#data-structures
Read more stories on Hashnode
Articles with this tag
Array An Array is a sequential collection of elements. It is the most used data structure used by programmers. It can contain elements of multiple...
Why do indices of an array start with 0 and not 1? The base address of an array is also the address of it's first element. To calculate the address of...