SlideShare a Scribd company logo
1 of 8
DATA STRUCTURE
BIBLIOGRAPHY
• INTRODUCTION
• USAGE
• IMPLEMENTATION
• FUNDMEENTAL QUESTION
• EXAMPLE
INTRODUCTION
• a data structure
• any of various methods or formats (such as an array, file, or record)
for organizing data in a computer
USAGE
IImplementing the physical representations of abstract data types uses data structures. When
creating effective software, data structures are a key component. They are also essential to the
design of algorithms and the use of those algorithms in software. The data structures are used
in different aspects, such as,
Storing Data
When providing the set of attributes and matching structures that will be used to store records
in a database management system, data structures are utilised to efficiently persist data.
Managing Resources and Services
Data structures, including linked lists for memory allocation, file directory management and file
structure trees, as well as process scheduling queues, are used to allow core operating system
(OS) resources and functions.
IMPORTANT
• As data structures are used to store data in an organized form, and since data is the
most crucial entity in computer science, the true worth of data structures is clear.
• No matter what problem are you solving, in one way or another you have to deal
with data — whether it’s an employee’s salary, stock prices, a grocery list, or even a
simple telephone directory.
• Based on different scenarios, data needs to be stored in a specific format. We have a
handful of data structures that cover our need to store data in different formats
FUNDAMENTAL QUESTIONS ABOUT
ALGORITHMS
•
1. What is it supposed to do?
•
2. Does it really do what it is supposed to do?
•
3. How efficiently does it do it?
•
The technical terms normally used for these three aspects are:
•
1. Specification.
•
2. Verification.
• 3. Performance analysis.
EXAMPLE
-There are numerous types of data structures, generally built upon simpler primitive data types. Well known
examples are:[10]
1-An array is a number of elements in a specific order, typically all of the same type (depending on the
language, individual elements may either all be forced to be the same type, or may be of almost any type).
Elements are accessed using an integer index to specify which element is required. Typical implementations
allocate contiguous memory words for the elements of arrays (but this is not always a necessity). Arrays may be
fixed-length or resizable.
2-A linked list (also just called list) is a linear collection of data elements of any type, called
nodes, where each node has itself a value, and points to the next node in the linked list. The principal advantage of
a linked list over an array is that values can always be efficiently inserted and removed without relocating the rest
of the list. Certain other operations, such as random access to a certain element, are however slower on lists than
on arrays.
3-A record (also called tuple or struct) is an aggregate data structure. A record is a value that
contains other values, typically in fixed number and sequence and typically indexed by names. The elements of
records are usually called fields or members. In the context of object-oriented programming, records are known as
plain old data structures to distinguish them from objects.[11]
4-Hash tables, graphs and binary trees
THANKS

More Related Content

Similar to DOC-20221104-WA0036.بحث.pptx

Unit-1 DataStructure Intro.pptx
Unit-1 DataStructure Intro.pptxUnit-1 DataStructure Intro.pptx
Unit-1 DataStructure Intro.pptxajajkhan16
 
DataStructurePpt.pptx
DataStructurePpt.pptxDataStructurePpt.pptx
DataStructurePpt.pptxDCABCA
 
Introduction to data structures (ss)
Introduction to data structures (ss)Introduction to data structures (ss)
Introduction to data structures (ss)Madishetty Prathibha
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptxSaralaT3
 
Unit.1 Introduction to Data Structuresres
Unit.1 Introduction to Data StructuresresUnit.1 Introduction to Data Structuresres
Unit.1 Introduction to Data Structuresresamplopsurat
 
Lecture 2 Data Structure Introduction
Lecture 2 Data Structure IntroductionLecture 2 Data Structure Introduction
Lecture 2 Data Structure IntroductionAbirami A
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptxsarala9
 
DATA-STRUCTURES.pptx
DATA-STRUCTURES.pptxDATA-STRUCTURES.pptx
DATA-STRUCTURES.pptxRuchiNagar3
 
Introduction - Data Structures and Algorithms.ppt
Introduction - Data Structures and Algorithms.pptIntroduction - Data Structures and Algorithms.ppt
Introduction - Data Structures and Algorithms.pptJayaKamal
 
Data Structure - Complete Basic Overview.ppt
Data Structure - Complete Basic Overview.pptData Structure - Complete Basic Overview.ppt
Data Structure - Complete Basic Overview.pptak8820
 
DatabaseManagementSystem.pptx
DatabaseManagementSystem.pptxDatabaseManagementSystem.pptx
DatabaseManagementSystem.pptxuwmctesting
 
Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemssamiullahamjad06
 
Data structure chapter 1.pptx
Data structure chapter 1.pptxData structure chapter 1.pptx
Data structure chapter 1.pptxKami503928
 
Basic terminologies
Basic terminologiesBasic terminologies
Basic terminologiesRajendran
 
Introduction to data structure
Introduction to data structureIntroduction to data structure
Introduction to data structuresunilchute1
 
Introduction to data structure
Introduction to data structureIntroduction to data structure
Introduction to data structuresunilchute1
 
Data Structure and its Fundamentals
Data Structure and its FundamentalsData Structure and its Fundamentals
Data Structure and its FundamentalsHitesh Mohapatra
 
Introduction to oracle database (basic concepts)
Introduction to oracle database (basic concepts)Introduction to oracle database (basic concepts)
Introduction to oracle database (basic concepts)Bilal Arshad
 

Similar to DOC-20221104-WA0036.بحث.pptx (20)

Unit-1 DataStructure Intro.pptx
Unit-1 DataStructure Intro.pptxUnit-1 DataStructure Intro.pptx
Unit-1 DataStructure Intro.pptx
 
DataStructurePpt.pptx
DataStructurePpt.pptxDataStructurePpt.pptx
DataStructurePpt.pptx
 
Introduction to data structures (ss)
Introduction to data structures (ss)Introduction to data structures (ss)
Introduction to data structures (ss)
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptx
 
Unit.1 Introduction to Data Structuresres
Unit.1 Introduction to Data StructuresresUnit.1 Introduction to Data Structuresres
Unit.1 Introduction to Data Structuresres
 
1650607.ppt
1650607.ppt1650607.ppt
1650607.ppt
 
Lecture 2 Data Structure Introduction
Lecture 2 Data Structure IntroductionLecture 2 Data Structure Introduction
Lecture 2 Data Structure Introduction
 
DS Module 1.pptx
DS Module 1.pptxDS Module 1.pptx
DS Module 1.pptx
 
DATA-STRUCTURES.pptx
DATA-STRUCTURES.pptxDATA-STRUCTURES.pptx
DATA-STRUCTURES.pptx
 
Introduction - Data Structures and Algorithms.ppt
Introduction - Data Structures and Algorithms.pptIntroduction - Data Structures and Algorithms.ppt
Introduction - Data Structures and Algorithms.ppt
 
Data Structure - Complete Basic Overview.ppt
Data Structure - Complete Basic Overview.pptData Structure - Complete Basic Overview.ppt
Data Structure - Complete Basic Overview.ppt
 
data science
data sciencedata science
data science
 
DatabaseManagementSystem.pptx
DatabaseManagementSystem.pptxDatabaseManagementSystem.pptx
DatabaseManagementSystem.pptx
 
Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systems
 
Data structure chapter 1.pptx
Data structure chapter 1.pptxData structure chapter 1.pptx
Data structure chapter 1.pptx
 
Basic terminologies
Basic terminologiesBasic terminologies
Basic terminologies
 
Introduction to data structure
Introduction to data structureIntroduction to data structure
Introduction to data structure
 
Introduction to data structure
Introduction to data structureIntroduction to data structure
Introduction to data structure
 
Data Structure and its Fundamentals
Data Structure and its FundamentalsData Structure and its Fundamentals
Data Structure and its Fundamentals
 
Introduction to oracle database (basic concepts)
Introduction to oracle database (basic concepts)Introduction to oracle database (basic concepts)
Introduction to oracle database (basic concepts)
 

More from ssusercab735

‎⁨الفصل 1- 1النقود والربا والبنوك⁩.pptx
‎⁨الفصل 1-  1النقود والربا والبنوك⁩.pptx‎⁨الفصل 1-  1النقود والربا والبنوك⁩.pptx
‎⁨الفصل 1- 1النقود والربا والبنوك⁩.pptxssusercab735
 
clinical examination.pdf
clinical examination.pdfclinical examination.pdf
clinical examination.pdfssusercab735
 
عرض تقديمي (1)filter.pptx
عرض تقديمي (1)filter.pptxعرض تقديمي (1)filter.pptx
عرض تقديمي (1)filter.pptxssusercab735
 
اقتصاد اسلامي.pptx
اقتصاد اسلامي.pptxاقتصاد اسلامي.pptx
اقتصاد اسلامي.pptxssusercab735
 
Presentation to staff.pptx
Presentation to staff.pptxPresentation to staff.pptx
Presentation to staff.pptxssusercab735
 
4-200414055814.pptx
4-200414055814.pptx4-200414055814.pptx
4-200414055814.pptxssusercab735
 
Presentation to staff.pptx
Presentation to staff.pptxPresentation to staff.pptx
Presentation to staff.pptxssusercab735
 
enema-110516023537-phpapp01.pptx
enema-110516023537-phpapp01.pptxenema-110516023537-phpapp01.pptx
enema-110516023537-phpapp01.pptxssusercab735
 
_مصرفي ...محاضرة رقم (18)ا.ppt
_مصرفي ...محاضرة رقم (18)ا.ppt_مصرفي ...محاضرة رقم (18)ا.ppt
_مصرفي ...محاضرة رقم (18)ا.pptssusercab735
 
Patient-Nursing-Care-Plan-Ncp.ppt
Patient-Nursing-Care-Plan-Ncp.pptPatient-Nursing-Care-Plan-Ncp.ppt
Patient-Nursing-Care-Plan-Ncp.pptssusercab735
 
Cour-fan-ata3amol-1ere-inter.pptx
Cour-fan-ata3amol-1ere-inter.pptxCour-fan-ata3amol-1ere-inter.pptx
Cour-fan-ata3amol-1ere-inter.pptxssusercab735
 
10_2019_02_03!08_37_47_PM.pptx
10_2019_02_03!08_37_47_PM.pptx10_2019_02_03!08_37_47_PM.pptx
10_2019_02_03!08_37_47_PM.pptxssusercab735
 
ppt129319428184608.ppt
ppt129319428184608.pptppt129319428184608.ppt
ppt129319428184608.pptssusercab735
 
_مهارات التفكير.ppt
_مهارات التفكير.ppt_مهارات التفكير.ppt
_مهارات التفكير.pptssusercab735
 
speaking and listening.pptx
speaking and listening.pptxspeaking and listening.pptx
speaking and listening.pptxssusercab735
 
الايمان بالقضاء والقدر باوربونت.ppt
الايمان بالقضاء والقدر باوربونت.pptالايمان بالقضاء والقدر باوربونت.ppt
الايمان بالقضاء والقدر باوربونت.pptssusercab735
 

More from ssusercab735 (19)

‎⁨الفصل 1- 1النقود والربا والبنوك⁩.pptx
‎⁨الفصل 1-  1النقود والربا والبنوك⁩.pptx‎⁨الفصل 1-  1النقود والربا والبنوك⁩.pptx
‎⁨الفصل 1- 1النقود والربا والبنوك⁩.pptx
 
clinical examination.pdf
clinical examination.pdfclinical examination.pdf
clinical examination.pdf
 
عرض تقديمي (1)filter.pptx
عرض تقديمي (1)filter.pptxعرض تقديمي (1)filter.pptx
عرض تقديمي (1)filter.pptx
 
اقتصاد اسلامي.pptx
اقتصاد اسلامي.pptxاقتصاد اسلامي.pptx
اقتصاد اسلامي.pptx
 
Presentation to staff.pptx
Presentation to staff.pptxPresentation to staff.pptx
Presentation to staff.pptx
 
4-200414055814.pptx
4-200414055814.pptx4-200414055814.pptx
4-200414055814.pptx
 
Presentation to staff.pptx
Presentation to staff.pptxPresentation to staff.pptx
Presentation to staff.pptx
 
enema-110516023537-phpapp01.pptx
enema-110516023537-phpapp01.pptxenema-110516023537-phpapp01.pptx
enema-110516023537-phpapp01.pptx
 
_مصرفي ...محاضرة رقم (18)ا.ppt
_مصرفي ...محاضرة رقم (18)ا.ppt_مصرفي ...محاضرة رقم (18)ا.ppt
_مصرفي ...محاضرة رقم (18)ا.ppt
 
Patient-Nursing-Care-Plan-Ncp.ppt
Patient-Nursing-Care-Plan-Ncp.pptPatient-Nursing-Care-Plan-Ncp.ppt
Patient-Nursing-Care-Plan-Ncp.ppt
 
Cour-fan-ata3amol-1ere-inter.pptx
Cour-fan-ata3amol-1ere-inter.pptxCour-fan-ata3amol-1ere-inter.pptx
Cour-fan-ata3amol-1ere-inter.pptx
 
10_2019_02_03!08_37_47_PM.pptx
10_2019_02_03!08_37_47_PM.pptx10_2019_02_03!08_37_47_PM.pptx
10_2019_02_03!08_37_47_PM.pptx
 
bfs[1].pptx
bfs[1].pptxbfs[1].pptx
bfs[1].pptx
 
5.ppt
5.ppt5.ppt
5.ppt
 
MMM1.pptx
MMM1.pptxMMM1.pptx
MMM1.pptx
 
ppt129319428184608.ppt
ppt129319428184608.pptppt129319428184608.ppt
ppt129319428184608.ppt
 
_مهارات التفكير.ppt
_مهارات التفكير.ppt_مهارات التفكير.ppt
_مهارات التفكير.ppt
 
speaking and listening.pptx
speaking and listening.pptxspeaking and listening.pptx
speaking and listening.pptx
 
الايمان بالقضاء والقدر باوربونت.ppt
الايمان بالقضاء والقدر باوربونت.pptالايمان بالقضاء والقدر باوربونت.ppt
الايمان بالقضاء والقدر باوربونت.ppt
 

Recently uploaded

Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsNiya Khan
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证obuhobo
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdftheknowledgereview1
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjLewisJB
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...Suhani Kapoor
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girlsshivangimorya083
 
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012rehmti665
 
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfExperience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfSoham Mondal
 
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfNPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfDivyeshPatel234692
 
Internshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateInternshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateSoham Mondal
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Suhani Kapoor
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...Suhani Kapoor
 
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackVIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
Notes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testsNotes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testspriyanshukumar97908
 
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样umasea
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...shivangimorya083
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterHector Del Castillo, CPM, CPMM
 

Recently uploaded (20)

Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
Call Girls In Bhikaji Cama Place 24/7✡️9711147426✡️ Escorts Service
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdf
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbj
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
 
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call GirlsDelhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
Delhi Call Girls In Atta Market 9711199012 Book Your One night Stand Call Girls
 
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Mukherjee Nagar Delhi reach out to us at ☎ 9711199012
 
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfExperience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
 
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdfNPPE STUDY GUIDE - NOV2021_study_104040.pdf
NPPE STUDY GUIDE - NOV2021_study_104040.pdf
 
Internshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University CertificateInternshala Student Partner 6.0 Jadavpur University Certificate
Internshala Student Partner 6.0 Jadavpur University Certificate
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
 
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
VIP Call Girls Service Cuttack Aishwarya 8250192130 Independent Escort Servic...
 
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Delhi 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackVIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
 
Notes of bca Question paper for exams and tests
Notes of bca Question paper for exams and testsNotes of bca Question paper for exams and tests
Notes of bca Question paper for exams and tests
 
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
办理学位证(纽伦堡大学文凭证书)纽伦堡大学毕业证成绩单原版一模一样
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring Chapter
 

DOC-20221104-WA0036.بحث.pptx

  • 2. BIBLIOGRAPHY • INTRODUCTION • USAGE • IMPLEMENTATION • FUNDMEENTAL QUESTION • EXAMPLE
  • 3. INTRODUCTION • a data structure • any of various methods or formats (such as an array, file, or record) for organizing data in a computer
  • 4. USAGE IImplementing the physical representations of abstract data types uses data structures. When creating effective software, data structures are a key component. They are also essential to the design of algorithms and the use of those algorithms in software. The data structures are used in different aspects, such as, Storing Data When providing the set of attributes and matching structures that will be used to store records in a database management system, data structures are utilised to efficiently persist data. Managing Resources and Services Data structures, including linked lists for memory allocation, file directory management and file structure trees, as well as process scheduling queues, are used to allow core operating system (OS) resources and functions.
  • 5. IMPORTANT • As data structures are used to store data in an organized form, and since data is the most crucial entity in computer science, the true worth of data structures is clear. • No matter what problem are you solving, in one way or another you have to deal with data — whether it’s an employee’s salary, stock prices, a grocery list, or even a simple telephone directory. • Based on different scenarios, data needs to be stored in a specific format. We have a handful of data structures that cover our need to store data in different formats
  • 6. FUNDAMENTAL QUESTIONS ABOUT ALGORITHMS • 1. What is it supposed to do? • 2. Does it really do what it is supposed to do? • 3. How efficiently does it do it? • The technical terms normally used for these three aspects are: • 1. Specification. • 2. Verification. • 3. Performance analysis.
  • 7. EXAMPLE -There are numerous types of data structures, generally built upon simpler primitive data types. Well known examples are:[10] 1-An array is a number of elements in a specific order, typically all of the same type (depending on the language, individual elements may either all be forced to be the same type, or may be of almost any type). Elements are accessed using an integer index to specify which element is required. Typical implementations allocate contiguous memory words for the elements of arrays (but this is not always a necessity). Arrays may be fixed-length or resizable. 2-A linked list (also just called list) is a linear collection of data elements of any type, called nodes, where each node has itself a value, and points to the next node in the linked list. The principal advantage of a linked list over an array is that values can always be efficiently inserted and removed without relocating the rest of the list. Certain other operations, such as random access to a certain element, are however slower on lists than on arrays. 3-A record (also called tuple or struct) is an aggregate data structure. A record is a value that contains other values, typically in fixed number and sequence and typically indexed by names. The elements of records are usually called fields or members. In the context of object-oriented programming, records are known as plain old data structures to distinguish them from objects.[11] 4-Hash tables, graphs and binary trees