Data Structures 101: Arrays ๐
What are Arrays?
An Array is a data structure used to hold elements of the same data type in contiguous(next or together in sequence) and adjacent memory locations.
Some Important Concepts
Arrays work on an Indexing system that starts from 0 to N-1...
rehansattar.hashnode.dev3 min read