BOBrian Odhiamboinbrianoti.hashnode.dev·Jun 21, 2022 · 2 min readData 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...00