SlideShare a Scribd company logo
1 of 16
ATOMIC REACTOR 1.0
Members of Atomic Reactor
1. A. N. M. JUBAER--162-15-7850
2. TANVIR HOSSEN BAPPY--162-15-7706
3. MD. SHAHBUDDIN EMON--162-15-7789
4. MD. IMRUL HASAN ASHIK--162-15-7723
5. ABDULLAH-AL-AZMI—162-15-7959
BASICS OF DATA STRUCTURE IN C
Data structures are used to store data in a computer in an
organized form. Any data structure is designed to
organize data to suit a specific purpose so that it can be
accessed and worked with in appropriate ways. In C language
Different types of data structures are; Array, Stack, Queue,
Linked List, Tree.
ARRAY
An Array is a collection of similar data type value in a single
variable. An array is a derived data type in C, which is
constructed from fundamental data type of C language.
• A one-dimensional array is like a list; A two
dimensional array is like a table.
• Some texts refer to one-dimensional arrays
as vectors, two-dimensional arrays as matrices.
STACK
Stack is linear data structure. In stack addition of new data
item and deletion of already existing data item is done from
only one end, known as top. Working of stack on the basis
of Last-in-First-out (LIFO) principal, it means last entered
item remove first.
Stack Operation
 In stack data structure mainly perform two operation; push and pop
 pop: In case of stack deletion of any item from stack is called pop.
 push: In case of stack Insertion of any item in stack is called push.
QUEUE
Queue is work on the principal of First-In-First-Out (FIFO), it
means first entered item remove first. Queue have two end
front and rear, from front you can insert element and from
rear you can delete element.
A common example of queue is movie theater ticket counter,
there first person who stand in front of ticket window take
ticket first and remove from line and new person always stand
in line from end.
LINKED LIST
Linked list is a special type of data structure where all data
elements are linked to one another. Linked list is the
collection of nodes and every nodes contains two parts data
part and address part.
ADVANTAGES OF LINKED LIST
 Linked List is Dynamic data Structure.
 You can change size of Linked List during program run time.
 Insertion and Deletion Operations are Easier, you can insert any node
at any place and also delete any node easily..
 No memory wastage , I.e no need to pre-allocate memory
 Faster Access time , can be expanded in constant time without
memory overhead
 You can easily implement Linear Data Structures such as Stack , Queue
using Linked list
TREE
A tree is a (possibly non-linear) data structure made up of
nodes or vertices and edges without having any cycle. The
tree with no nodes is called the null or empty tree. A tree that
is not empty consists of a root node and potentially many
levels of additional nodes that form a hierarchy.
A tree has following general properties:
 One node is distinguished as a root;
 Every node (exclude a root) is connected by a directed
edge from exactly one other node; A direction is: parent -> children
END OF SLIDES
THANK YOU ALL.

More Related Content

What's hot

Array Introduction One-dimensional array Multidimensional array
Array Introduction One-dimensional array Multidimensional arrayArray Introduction One-dimensional array Multidimensional array
Array Introduction One-dimensional array Multidimensional arrayimtiazalijoono
 
Lecture 1 data structures and algorithms
Lecture 1 data structures and algorithmsLecture 1 data structures and algorithms
Lecture 1 data structures and algorithmsAakash deep Singhal
 
concept of Array, 1D & 2D array
concept of Array, 1D & 2D arrayconcept of Array, 1D & 2D array
concept of Array, 1D & 2D arraySangani Ankur
 
linked list in data structure
linked list in data structure linked list in data structure
linked list in data structure shameen khan
 
Introduction to data structure ppt
Introduction to data structure pptIntroduction to data structure ppt
Introduction to data structure pptNalinNishant3
 
Introduction to data structure
Introduction to data structure Introduction to data structure
Introduction to data structure NUPOORAWSARMOL
 
Data structure - Graph
Data structure - GraphData structure - Graph
Data structure - GraphMadhu Bala
 
Data types in python
Data types in pythonData types in python
Data types in pythonRaginiJain21
 
Arrays in Data Structure and Algorithm
Arrays in Data Structure and Algorithm Arrays in Data Structure and Algorithm
Arrays in Data Structure and Algorithm KristinaBorooah
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its typesNavtar Sidhu Brar
 

What's hot (20)

Linked List
Linked ListLinked List
Linked List
 
stack & queue
stack & queuestack & queue
stack & queue
 
Array Introduction One-dimensional array Multidimensional array
Array Introduction One-dimensional array Multidimensional arrayArray Introduction One-dimensional array Multidimensional array
Array Introduction One-dimensional array Multidimensional array
 
Data structure and its types.
Data structure and its types.Data structure and its types.
Data structure and its types.
 
Python tuple
Python   tuplePython   tuple
Python tuple
 
Data structure ppt
Data structure pptData structure ppt
Data structure ppt
 
Lecture 1 data structures and algorithms
Lecture 1 data structures and algorithmsLecture 1 data structures and algorithms
Lecture 1 data structures and algorithms
 
Linked list
Linked listLinked list
Linked list
 
concept of Array, 1D & 2D array
concept of Array, 1D & 2D arrayconcept of Array, 1D & 2D array
concept of Array, 1D & 2D array
 
linked list in data structure
linked list in data structure linked list in data structure
linked list in data structure
 
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
 
Data structures using c
Data structures using cData structures using c
Data structures using c
 
Arrays in c
Arrays in cArrays in c
Arrays in c
 
Data structure - Graph
Data structure - GraphData structure - Graph
Data structure - Graph
 
Data types in python
Data types in pythonData types in python
Data types in python
 
Arrays in Data Structure and Algorithm
Arrays in Data Structure and Algorithm Arrays in Data Structure and Algorithm
Arrays in Data Structure and Algorithm
 
Array in c
Array in cArray in c
Array in c
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its types
 
Array ppt
Array pptArray ppt
Array ppt
 

Similar to Presentation on Data Structure

Introduction to data structures (ss)
Introduction to data structures (ss)Introduction to data structures (ss)
Introduction to data structures (ss)Madishetty Prathibha
 
data structures module I & II.pptx
data structures module I & II.pptxdata structures module I & II.pptx
data structures module I & II.pptxrani marri
 
Data structure (basics)
Data structure (basics)Data structure (basics)
Data structure (basics)ShrushtiGole
 
DataStructurePpt.pptx
DataStructurePpt.pptxDataStructurePpt.pptx
DataStructurePpt.pptxssuser031f35
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptxSaralaT3
 
2. Introduction to Data Structure.pdf
2. Introduction to Data Structure.pdf2. Introduction to Data Structure.pdf
2. Introduction to Data Structure.pdfSulabhPawaia
 
data structure details of types and .ppt
data structure details of types and .pptdata structure details of types and .ppt
data structure details of types and .pptpoonamsngr
 
data structure programing language in c.ppt
data structure programing language in c.pptdata structure programing language in c.ppt
data structure programing language in c.pptLavkushGupta12
 
Data structures - unit 1
Data structures - unit 1Data structures - unit 1
Data structures - unit 1SaranyaP45
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptxsarala9
 
Introduction to data structure
Introduction to data structureIntroduction to data structure
Introduction to data structureadeel hamid
 
DataStructurePpt.pptx
DataStructurePpt.pptxDataStructurePpt.pptx
DataStructurePpt.pptxDCABCA
 

Similar to Presentation on Data Structure (20)

Introduction to data structures (ss)
Introduction to data structures (ss)Introduction to data structures (ss)
Introduction to data structures (ss)
 
data structures module I & II.pptx
data structures module I & II.pptxdata structures module I & II.pptx
data structures module I & II.pptx
 
Data structure (basics)
Data structure (basics)Data structure (basics)
Data structure (basics)
 
DataStructurePpt.pptx
DataStructurePpt.pptxDataStructurePpt.pptx
DataStructurePpt.pptx
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptx
 
2. Introduction to Data Structure.pdf
2. Introduction to Data Structure.pdf2. Introduction to Data Structure.pdf
2. Introduction to Data Structure.pdf
 
data structure details of types and .ppt
data structure details of types and .pptdata structure details of types and .ppt
data structure details of types and .ppt
 
Struktur data ppt
Struktur data pptStruktur data ppt
Struktur data ppt
 
data structure programing language in c.ppt
data structure programing language in c.pptdata structure programing language in c.ppt
data structure programing language in c.ppt
 
Data structures - unit 1
Data structures - unit 1Data structures - unit 1
Data structures - unit 1
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptx
 
PM.ppt
PM.pptPM.ppt
PM.ppt
 
Introduction to data structure
Introduction to data structureIntroduction to data structure
Introduction to data structure
 
DS_PPT.ppt
DS_PPT.pptDS_PPT.ppt
DS_PPT.ppt
 
PM.ppt
PM.pptPM.ppt
PM.ppt
 
DSA - Copy.pptx
DSA - Copy.pptxDSA - Copy.pptx
DSA - Copy.pptx
 
UNIT I - Data Structures.pdf
UNIT I - Data Structures.pdfUNIT I - Data Structures.pdf
UNIT I - Data Structures.pdf
 
UNITIII LDS.pdf
UNITIII LDS.pdfUNITIII LDS.pdf
UNITIII LDS.pdf
 
DataStructurePpt.pptx
DataStructurePpt.pptxDataStructurePpt.pptx
DataStructurePpt.pptx
 
data science
data sciencedata science
data science
 

More from A. N. M. Jubaer

Application of Discrete Mathematics in CSE
Application of Discrete Mathematics in CSE Application of Discrete Mathematics in CSE
Application of Discrete Mathematics in CSE A. N. M. Jubaer
 
Presentation on Electric arc
Presentation on Electric arcPresentation on Electric arc
Presentation on Electric arcA. N. M. Jubaer
 
Presentation on social networks impact in daily life
Presentation on social networks impact in daily life Presentation on social networks impact in daily life
Presentation on social networks impact in daily life A. N. M. Jubaer
 
Google analytics poster presentation
Google analytics poster presentationGoogle analytics poster presentation
Google analytics poster presentationA. N. M. Jubaer
 
Presentation slides on AI
Presentation slides on AIPresentation slides on AI
Presentation slides on AIA. N. M. Jubaer
 
Presentation slide on Reddit
Presentation slide on RedditPresentation slide on Reddit
Presentation slide on RedditA. N. M. Jubaer
 
Weapons: The Business of Death
Weapons: The Business of DeathWeapons: The Business of Death
Weapons: The Business of DeathA. N. M. Jubaer
 
Presentation on Ohm's Law
Presentation on Ohm's LawPresentation on Ohm's Law
Presentation on Ohm's LawA. N. M. Jubaer
 

More from A. N. M. Jubaer (10)

Application of Discrete Mathematics in CSE
Application of Discrete Mathematics in CSE Application of Discrete Mathematics in CSE
Application of Discrete Mathematics in CSE
 
Presentation on Electric arc
Presentation on Electric arcPresentation on Electric arc
Presentation on Electric arc
 
Mukh o mukhos
Mukh o mukhosMukh o mukhos
Mukh o mukhos
 
Presentation on social networks impact in daily life
Presentation on social networks impact in daily life Presentation on social networks impact in daily life
Presentation on social networks impact in daily life
 
Google analytics poster presentation
Google analytics poster presentationGoogle analytics poster presentation
Google analytics poster presentation
 
Presentation on Li-Fi
Presentation on Li-FiPresentation on Li-Fi
Presentation on Li-Fi
 
Presentation slides on AI
Presentation slides on AIPresentation slides on AI
Presentation slides on AI
 
Presentation slide on Reddit
Presentation slide on RedditPresentation slide on Reddit
Presentation slide on Reddit
 
Weapons: The Business of Death
Weapons: The Business of DeathWeapons: The Business of Death
Weapons: The Business of Death
 
Presentation on Ohm's Law
Presentation on Ohm's LawPresentation on Ohm's Law
Presentation on Ohm's Law
 

Recently uploaded

History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 

Recently uploaded (20)

History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 

Presentation on Data Structure

  • 2. Members of Atomic Reactor 1. A. N. M. JUBAER--162-15-7850 2. TANVIR HOSSEN BAPPY--162-15-7706 3. MD. SHAHBUDDIN EMON--162-15-7789 4. MD. IMRUL HASAN ASHIK--162-15-7723 5. ABDULLAH-AL-AZMI—162-15-7959
  • 3. BASICS OF DATA STRUCTURE IN C
  • 4. Data structures are used to store data in a computer in an organized form. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways. In C language Different types of data structures are; Array, Stack, Queue, Linked List, Tree.
  • 5. ARRAY An Array is a collection of similar data type value in a single variable. An array is a derived data type in C, which is constructed from fundamental data type of C language.
  • 6. • A one-dimensional array is like a list; A two dimensional array is like a table. • Some texts refer to one-dimensional arrays as vectors, two-dimensional arrays as matrices.
  • 7.
  • 8. STACK Stack is linear data structure. In stack addition of new data item and deletion of already existing data item is done from only one end, known as top. Working of stack on the basis of Last-in-First-out (LIFO) principal, it means last entered item remove first.
  • 9. Stack Operation  In stack data structure mainly perform two operation; push and pop  pop: In case of stack deletion of any item from stack is called pop.  push: In case of stack Insertion of any item in stack is called push.
  • 10. QUEUE Queue is work on the principal of First-In-First-Out (FIFO), it means first entered item remove first. Queue have two end front and rear, from front you can insert element and from rear you can delete element.
  • 11. A common example of queue is movie theater ticket counter, there first person who stand in front of ticket window take ticket first and remove from line and new person always stand in line from end.
  • 12. LINKED LIST Linked list is a special type of data structure where all data elements are linked to one another. Linked list is the collection of nodes and every nodes contains two parts data part and address part.
  • 13. ADVANTAGES OF LINKED LIST  Linked List is Dynamic data Structure.  You can change size of Linked List during program run time.  Insertion and Deletion Operations are Easier, you can insert any node at any place and also delete any node easily..  No memory wastage , I.e no need to pre-allocate memory  Faster Access time , can be expanded in constant time without memory overhead  You can easily implement Linear Data Structures such as Stack , Queue using Linked list
  • 14. TREE A tree is a (possibly non-linear) data structure made up of nodes or vertices and edges without having any cycle. The tree with no nodes is called the null or empty tree. A tree that is not empty consists of a root node and potentially many levels of additional nodes that form a hierarchy.
  • 15. A tree has following general properties:  One node is distinguished as a root;  Every node (exclude a root) is connected by a directed edge from exactly one other node; A direction is: parent -> children