1.1 Data Structures
1.1 Data Structures
UNIT NO 1
II III
20ITPC301
DATA STRUCTURES (Common to CSE & IT)
CS8391
DATA STRUCTURES (Common to CSE & IT)
Introduction to DS
• Data structures are generally based on the ability of a computer to fetch and store
data at any place in its memory, specified by a pointer
• Thus, the array and record data structures are based on computing the addresses of
data items with arithmetic operations
What is Program?
A Set of Instructions -Data Structures + Algorithms
Data Structure = A Container stores Data
Algorithm = Logic + Control
CS8391
DATA STRUCTURES (Common to CSE & IT)
Data Structures:
Data Structure is the way of organizing, storing, and retrieving data and their relationship with
each other.
• Data: are simply a value are set of values of different type which is called data types like string,
integer, char etc.
• Structure: Way of organizing information, so that it is easier to use In simple words we can define
data structures as • Its a way organizing data in such a way so that data can be easier to use.
• A data structure is a particular way of organizing data in a computer so that it can be used
efficiently.
• A scheme for organizing related pieces of information.
Operations on Data Structures:
1.Traversal
2.Search
3.Insertion
4.Deletion
CS8391
DATA STRUCTURES (Common to CSE & IT)
ANY QUERIES