Data Structures 101: Introduction to Data Structures and Algorithms.
Data Structure
A data structure can simply be defined in layman's terms as a way of storing data on a computer. This storing of data has to be done in an effective way to enable efficient retrieval and processing operations.
An array is one of the mo...
brianoti.hashnode.dev2 min read