DS - Unit-1 (Amiraj) (VisionPapers - In)
DS - Unit-1 (Amiraj) (VisionPapers - In)
➢ Its a way organizing data in such a way so that data can be easier to use.
BASIC TERMINOLOGIES
➢ Data Structure ..
➢ A data structure is a particular way of organizing data in a computer so that it can
be used efif ciently.
➢ information.
WHY DATA STRUCTURE
❖ Human requirement with computer are going to complex day by day. To
solve the complex requirements in efficient way we need this study.
❖ Provide fastest solution of human requirements. Provide efficient solution of
complex problem.
➢ Space
➢ Time
CLASSIFICATION OF DATA STRUCTURE
CLASSIFICATION OF DATA STRUCTURE
❖ Simple Data Structure: Simple data structure can be constructed with the help of
primitive data structure. A primitive data structure used to represent the standard
data types of any one of the computer languages (integer, Character, float etc.).
❖ Compound Data Structure: Compound data structure can be constructed with the
help of any one of the primitive data structure and it is having a specific
functionality. It can be designed by user. It can be classified as Linear and Non-
Linear Data Structure
CLASSIFICATION OF DATA STRUCTURE
❖ Linear Data Strcutre:In the linear data structure, the data is organized in
a linear order in which elements are linked one after the other. ... Examples
of the linear data structure are array, queue, stack, linked list, etc. In
contrast, tree and graph are the examples of the non-linear data structure.a