Data Structures Primer
A data structure is a logical organization of data that simplifies or speeds up their processing, meaning it is a way that allow you to store and organize your data whether you are building a simple program or a complex system; data structures is a must.