SlideShare une entreprise Scribd logo
1  sur  10
Introduction to Data
Structure
WHAT IS DATA AND STRUCTURE?
 Data is collection of facts and figures
 Structure is the way of organizing so that easily readable
We may defined: “Data structure is a form or organizing of data into
structurally defined format which may be readable or when ever it is
required it may retrieve”.
OR
A particular way of organizing data into computer so that it can be used
efficiently and effectively.
OR
A scheme or methodology for organizing the piece of information.
WHY DATA STRUCTURE
 Requirement
 Complexity
 Under one umbrella
 Fast solution
 Easily recall
 Collect all related information
 Generate a primary key for easily understanding
 Required low space
 Time efficient
 Cost Cutting Analysis
 Some time if it is required for remote places
WHAT WE WILL STUDY IN DATA
STRUCTURE
 As we defined data is collection of facts and figures: two main attributes which consist
of data either mathematical or logical or may be both
 For the implementation of data structure, computer uses different computer languages
 Quantitative data structure required space and time to store data in memory
CLASSIFICATION OF DATA STRUCTURE
Data Structure
Compound Data Structure
GraphTree Files
Non- Linear Data Structure
Linear Data Structure
Integer
Simple Data Structure
Pointer CharacterFloat
ArrayLinked List Stack Queue
 Simple Data Structure is constructed on primitive data which consist of simple or standard data
type in computer languages (integer, character (letters, numeric or common punctuation), float
(real numbers))
 Compound Data Structure can be constructed with primitive data and having a specific
functionality which can be defined by user and user may further classified it into Linear and non
linear Data Structure.
 Linear Data Structure if the elements of data in sequence further we will discuss it by their types.
 Non Linear Data Structure every data is attached to several data items and not in sequence or
arrange in proper manner.
OPERATIONS PERFORMED IN LINEAR
AND NON LINEAR DATA STRUCTURE
 Adding
 Deleting
 Display
 Retrieve
 Sorting of elements
 Searching of elements
TYPES OF LINEAR DATA STRUCTURE
 Array is a type of Linear data structure which is commonly used in Computer
programming it is collection of data having same data types
 Stack is another type of Linear Structure which works on the law of LIFO where
elements add in last can remove/ modify first.
 Queue is also another type which works on FIFO method elements added first can
remove/ modify first it is also known as two ended structure
 Linked List data is not given by their physical placement in memory. Instead, each
element points to the next. It is a data structure consisting of a collection of nodes
which together represent a sequence.
TYPES OF NON-LINEAR DATA
STRUCTURE
 Tree is mainly used to represent the data in hierarchical relationship between elements,
Binary tree is also used in non linear in which every node has 2child each of them is
labeled as either left or right child
 Graph is a collection of a finite number of vertices and an edges that connect these
vertices. Edges represent relationships among vertices that stores data elements.
 Undirected Graph: A graph whose edges are unordered pair of vertices.
 Directed Graph: In directed graph a directional edge connect two node/vertex.
 Weighted Graph: A graph having a weight, or number associated with each edge
HOW TO SELECT DATA STRUCTURE
 After the analysis of data we recognize its type and nature then the process of selection
comes.
 Determine the operation and the requirement of data user.
 Select the best structure to meet the requirement
 Save time.

Contenu connexe

Tendances

Fundamentals of data structures
Fundamentals of data structuresFundamentals of data structures
Fundamentals of data structures
Niraj Agarwal
 
1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMS
koolkampus
 

Tendances (20)

Basic terminologies
Basic terminologiesBasic terminologies
Basic terminologies
 
Data structure and its types.
Data structure and its types.Data structure and its types.
Data structure and its types.
 
data structure
data structuredata structure
data structure
 
Data structures and algorithms
Data structures and algorithmsData structures and algorithms
Data structures and algorithms
 
Data structure & its types
Data structure & its typesData structure & its types
Data structure & its types
 
C++ Data Structure PPT.ppt
C++ Data Structure PPT.pptC++ Data Structure PPT.ppt
C++ Data Structure PPT.ppt
 
Introduction to data structure ppt
Introduction to data structure pptIntroduction to data structure ppt
Introduction to data structure ppt
 
Introduction to data structure
Introduction to data structure Introduction to data structure
Introduction to data structure
 
File organization
File organizationFile organization
File organization
 
rdbms-notes
rdbms-notesrdbms-notes
rdbms-notes
 
Week 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data ModelingWeek 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data Modeling
 
I/O Management
I/O ManagementI/O Management
I/O Management
 
Database Chapter 3
Database Chapter 3Database Chapter 3
Database Chapter 3
 
Dbms
DbmsDbms
Dbms
 
Fundamentals of data structures
Fundamentals of data structuresFundamentals of data structures
Fundamentals of data structures
 
UNIT I LINEAR DATA STRUCTURES – LIST
UNIT I 	LINEAR DATA STRUCTURES – LIST 	UNIT I 	LINEAR DATA STRUCTURES – LIST
UNIT I LINEAR DATA STRUCTURES – LIST
 
Dbms
DbmsDbms
Dbms
 
1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMS
 
3 Level Architecture
3 Level Architecture3 Level Architecture
3 Level Architecture
 
Dbms database models
Dbms database modelsDbms database models
Dbms database models
 

Similaire à Introduction to data structure

introduction about data structure_i.pptx
introduction about data structure_i.pptxintroduction about data structure_i.pptx
introduction about data structure_i.pptx
poonamsngr
 

Similaire à Introduction to data structure (20)

Unit.1 Introduction to Data Structuresres
Unit.1 Introduction to Data StructuresresUnit.1 Introduction to Data Structuresres
Unit.1 Introduction to Data Structuresres
 
Which data structure is it? What are the various data structure kinds and wha...
Which data structure is it? What are the various data structure kinds and wha...Which data structure is it? What are the various data structure kinds and wha...
Which data structure is it? What are the various data structure kinds and wha...
 
Introduction to data structures (ss)
Introduction to data structures (ss)Introduction to data structures (ss)
Introduction to data structures (ss)
 
Ch1
Ch1Ch1
Ch1
 
Data structure
Data structureData structure
Data structure
 
Data structure (basics)
Data structure (basics)Data structure (basics)
Data structure (basics)
 
DSA - Copy.pptx
DSA - Copy.pptxDSA - Copy.pptx
DSA - Copy.pptx
 
DataStructurePpt.pptx
DataStructurePpt.pptxDataStructurePpt.pptx
DataStructurePpt.pptx
 
Datastructures Notes
Datastructures NotesDatastructures Notes
Datastructures Notes
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptx
 
Data structures - Introduction
Data structures - IntroductionData structures - Introduction
Data structures - Introduction
 
DATA STRUCTURE AND ALGORITHMS
DATA STRUCTURE AND ALGORITHMS DATA STRUCTURE AND ALGORITHMS
DATA STRUCTURE AND ALGORITHMS
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptx
 
.DATA STRUCTURES
.DATA STRUCTURES  .DATA STRUCTURES
.DATA STRUCTURES
 
DataStructurePpt.pptx
DataStructurePpt.pptxDataStructurePpt.pptx
DataStructurePpt.pptx
 
Unit-1 DataStructure Intro.pptx
Unit-1 DataStructure Intro.pptxUnit-1 DataStructure Intro.pptx
Unit-1 DataStructure Intro.pptx
 
introduction about data structure_i.pptx
introduction about data structure_i.pptxintroduction about data structure_i.pptx
introduction about data structure_i.pptx
 
Data structures
Data structuresData structures
Data structures
 
UNIT I - Data Structures.pdf
UNIT I - Data Structures.pdfUNIT I - Data Structures.pdf
UNIT I - Data Structures.pdf
 
UNIT II.docx
UNIT II.docxUNIT II.docx
UNIT II.docx
 

Plus de adeel hamid (6)

Gantt chart of Project schedule and management
Gantt chart of Project schedule and managementGantt chart of Project schedule and management
Gantt chart of Project schedule and management
 
Project planning and scheduling
Project planning and schedulingProject planning and scheduling
Project planning and scheduling
 
6 aproaches
6 aproaches6 aproaches
6 aproaches
 
The infrastructure and the security essentials of information technology in a...
The infrastructure and the security essentials of information technology in a...The infrastructure and the security essentials of information technology in a...
The infrastructure and the security essentials of information technology in a...
 
Presentation1
Presentation1Presentation1
Presentation1
 
The infrastructure and the Security Essentials of Information Technology in a...
The infrastructure and the Security Essentials of Information Technology in a...The infrastructure and the Security Essentials of Information Technology in a...
The infrastructure and the Security Essentials of Information Technology in a...
 

Dernier

Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
MarinCaroMartnezBerg
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 

Dernier (20)

Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 

Introduction to data structure

  • 2. WHAT IS DATA AND STRUCTURE?  Data is collection of facts and figures  Structure is the way of organizing so that easily readable We may defined: “Data structure is a form or organizing of data into structurally defined format which may be readable or when ever it is required it may retrieve”. OR A particular way of organizing data into computer so that it can be used efficiently and effectively. OR A scheme or methodology for organizing the piece of information.
  • 3. WHY DATA STRUCTURE  Requirement  Complexity  Under one umbrella  Fast solution  Easily recall  Collect all related information  Generate a primary key for easily understanding  Required low space  Time efficient  Cost Cutting Analysis  Some time if it is required for remote places
  • 4. WHAT WE WILL STUDY IN DATA STRUCTURE  As we defined data is collection of facts and figures: two main attributes which consist of data either mathematical or logical or may be both  For the implementation of data structure, computer uses different computer languages  Quantitative data structure required space and time to store data in memory
  • 5. CLASSIFICATION OF DATA STRUCTURE Data Structure Compound Data Structure GraphTree Files Non- Linear Data Structure Linear Data Structure Integer Simple Data Structure Pointer CharacterFloat ArrayLinked List Stack Queue
  • 6.  Simple Data Structure is constructed on primitive data which consist of simple or standard data type in computer languages (integer, character (letters, numeric or common punctuation), float (real numbers))  Compound Data Structure can be constructed with primitive data and having a specific functionality which can be defined by user and user may further classified it into Linear and non linear Data Structure.  Linear Data Structure if the elements of data in sequence further we will discuss it by their types.  Non Linear Data Structure every data is attached to several data items and not in sequence or arrange in proper manner.
  • 7. OPERATIONS PERFORMED IN LINEAR AND NON LINEAR DATA STRUCTURE  Adding  Deleting  Display  Retrieve  Sorting of elements  Searching of elements
  • 8. TYPES OF LINEAR DATA STRUCTURE  Array is a type of Linear data structure which is commonly used in Computer programming it is collection of data having same data types  Stack is another type of Linear Structure which works on the law of LIFO where elements add in last can remove/ modify first.  Queue is also another type which works on FIFO method elements added first can remove/ modify first it is also known as two ended structure  Linked List data is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence.
  • 9. TYPES OF NON-LINEAR DATA STRUCTURE  Tree is mainly used to represent the data in hierarchical relationship between elements, Binary tree is also used in non linear in which every node has 2child each of them is labeled as either left or right child  Graph is a collection of a finite number of vertices and an edges that connect these vertices. Edges represent relationships among vertices that stores data elements.  Undirected Graph: A graph whose edges are unordered pair of vertices.  Directed Graph: In directed graph a directional edge connect two node/vertex.  Weighted Graph: A graph having a weight, or number associated with each edge
  • 10. HOW TO SELECT DATA STRUCTURE  After the analysis of data we recognize its type and nature then the process of selection comes.  Determine the operation and the requirement of data user.  Select the best structure to meet the requirement  Save time.