Big O describes how the time is taken, or memory is used, by a program scales with the amount of data it has to work on
Big O helps us to measure the scalability of our code
Big O is a way to indicate complexities (Space Complexity & Time Complexity)
A data structure is a specialized format for organizing, processing, retrieving and storing data.
A data structure is a way of organizing the data so that it can be used efficiently.