Data Structure: Arrays
An array is a data structure that holds a fixed number of objects of the same type; it has a fixed size. Arrays commonly come up in interviews, so it's important to review arrays.
Introduction to Arrays
An array is a collection of items of the same d...
aayushk.hashnode.dev4 min read