Data are collections of values of a variable that algorithms operate on. Each data can contain many values called “data item” or “sub-item”. At a higher level of abstraction are the “entities”, “instances”, or “objects” of the class.

1_J38nYZU7gzu-4lQmtjlSUw.jpg

1_Dyu63sMUVL-gYEZISOE2BQ.jpg

Data Structure is a specialized format for organizing, retrieving and storing data in a computer to be accessed and used efficiently. Moreover, data structure frames the organization of information for machines and humans to better understand it.

Data structure comes with three main characteristics: Correctness, Time Complexity and Space Complexity.

There are two types of data structures: Primitive data structures and non-primitive data structures.

DATA STRUCTURES AND ITS IMPORTANCE

Data structures are essential for the following reasons: