Dsa Sibu 12
Dsa Sibu 12
Presentation on
Presented By:
“
1. Introduction
2.Classifi cations Data Structure
3. Primitive Data Structure
4. Non-Primitive Data Structure
5. Operations On Data Structure
6. Need Of Data Structures
7. Conclusion
Introduction to Data Structures
A Data structure is a structure that is used to store and organize data. It is a way of arranging the
data on a computer so that it can be accessed and updated efficiently.
Data Structure is also used for processing, retrieving, and storing data.
To structure the data in memory, 'n' number of algorithms were proposed, and all these algorithms
are known as Abstract data types. These abstract data types are the set of rules.
1
Classification Of Data Structure
2
Classification of Data Structures
Primitive data structure is a kind of data structure that stores the data of only one type
Primitive data structure will contain some value, i.e., it cannot be NULL
Primitive data structure can be used to call the methods
Examples of primitive data structure are integer, character, float.
4
Non-Primitive Data Structures
Non-primitive data structure is a type of data structure that can store the data of more than one type.
3
Need Of Data Structure
6
Conclusion
Data structures are fundamental concepts in computer science that enable efficient organization,
management, and storage of data. They play a crucial role in optimizing algorithms and improving the
performance of software applications. By understanding various data structures, such as arrays, linked
lists, stacks, queues, trees, and graphs, developers can choose the most appropriate structure for their
specific needs, leading to more efficient code.
9
Thank You