Data structure

what is a data structure?

A data structure is a specialized format for organizing and storing data.
Like array can have several integers in continuous chunks.
We use these structure in order to operate the data efficiently.

1 Like