SlideShare a Scribd company logo
W E L C O M E
L e t ’ s P r e s e n t o u r P r o j e c t
CONTENTS
Coin Changing Linear Search
Binary Search
(Ascending)
Binary Search
(Descending)
Switching Between Sub-Parts
Algorithm
Switching Between Sub-Parts
Code According to Algorithm
Coin Changing
Algorithm
Coin Changing
Code According to Algorithm
Coin Changing
Output of Coin Changing part
Binary Search (Ascending / Descending)
Algorithm
For Descending
3. If ITEM<DATA[MID]
Set BEG:=MID+1.
Else
Set END:=MID-1
BINARY(DATA,LB,UB,ITEM,LOC)
1. Set BEG:=LB, END:=UB and
MID:=INT((BEG+END)/2).
2. Repeat Steps 3 and 4 while BEG<=END
and DATA[MID]!=ITEM.
3. If ITEM<DATA[MID]
Set END:=MID-1
Else
Set BEG = MID+1
4. Set MID = INT((BEG+END)/2)
5. If DATA[MID] = ITEM, then
Set LOC = MID
Else
Set LOC = NULL
6. Exit.
Binary Search (Ascending)
Code According to Algorithm
Binary Search (Ascending)
Output of Output of Binary Ascending part
In Case the searched value
is present in the data
In Case the searched value
is not present in the data
Binary Search (Descending)
Code According to Algorithm
Binary Search (Descending)
Output of Binary Descending part
In Case the searched value
is present in the data
In Case the searched value
is not present in the data
Linear Search
Algorithm
1. Set DATA[N+1] = ITEM
2. Set LOC = 0
3. Repeat while DATA[LOC] != ITEM
Set LOC = LOC+1
4. If LOC=N+1, then: Set LOC = 0
5. Exit
Linear Search
Code According to Algorithm
Linear Search
Output of Linear Search part
In case the searched value is
present in the data
In case the searched value is
Not present in the data
T H A N K Y O U !
A n y Q u e s t i o n s ?
Ad

Recommended

PPT
L10 sorting-searching
mondalakash2012
 
PDF
Binary Search - Design & Analysis of Algorithms
Drishti Bhalla
 
PPTX
Binary search
AparnaKumari31
 
PDF
Binary search algorithm
maamir farooq
 
PPTX
Binary search
Raghu nath
 
PPTX
Sorting and searching arrays binary search algorithm
David Burks-Courses
 
PPTX
PPT On Sorting And Searching Concepts In Data Structure | In Programming Lang...
Umesh Kumar
 
PPT
SEARCHING AND SORTING ALGORITHMS
Gokul Hari
 
PPT
Searching Sorting
guest2cb109
 
PPTX
Searching & Sorting Algorithms
Rahul Jamwal
 
PPTX
Algorithm & data structures lec4&5
Abdul Khan
 
PDF
Sorting Algorithms
Mohammed Hussein
 
PPT
Binary Search
kunj desai
 
PDF
linear search and binary search
Zia Ush Shamszaman
 
PPT
lecture 9
sajinsc
 
PPTX
7 searching injava-binary
irdginfo
 
PDF
Linear search algorithm
NeoClassical
 
PPTX
Rahat &amp; juhith
Rj Juhith
 
PPTX
Sorting
Ashim Lamichhane
 
PPTX
Divide and conquer 1
Kumar
 
PPTX
Merge sort analysis and its real time applications
yazad dumasia
 
PDF
Algorithms Lecture 6: Searching Algorithms
Mohamed Loey
 
PPTX
Searching linear &amp; binary search
nikunjandy
 
PPTX
sorting and its types
SIVASHANKARIRAJAN
 
PPSX
Lecture 3 data structures & algorithms - sorting techniques - http://techiem...
Dharmendra Prasad
 
PDF
Sorting algorithm
Balaji Nangare
 
PPT
Sorting & Linked Lists
J.T.A.JONES
 
DOC
Insertion sort
Dorina Isaj
 
PPT
4- searching.ppt
zabihniazai1
 
PPTX
Data structure
M Ramya
 

More Related Content

What's hot (20)

PPT
Searching Sorting
guest2cb109
 
PPTX
Searching & Sorting Algorithms
Rahul Jamwal
 
PPTX
Algorithm & data structures lec4&5
Abdul Khan
 
PDF
Sorting Algorithms
Mohammed Hussein
 
PPT
Binary Search
kunj desai
 
PDF
linear search and binary search
Zia Ush Shamszaman
 
PPT
lecture 9
sajinsc
 
PPTX
7 searching injava-binary
irdginfo
 
PDF
Linear search algorithm
NeoClassical
 
PPTX
Rahat &amp; juhith
Rj Juhith
 
PPTX
Sorting
Ashim Lamichhane
 
PPTX
Divide and conquer 1
Kumar
 
PPTX
Merge sort analysis and its real time applications
yazad dumasia
 
PDF
Algorithms Lecture 6: Searching Algorithms
Mohamed Loey
 
PPTX
Searching linear &amp; binary search
nikunjandy
 
PPTX
sorting and its types
SIVASHANKARIRAJAN
 
PPSX
Lecture 3 data structures & algorithms - sorting techniques - http://techiem...
Dharmendra Prasad
 
PDF
Sorting algorithm
Balaji Nangare
 
PPT
Sorting & Linked Lists
J.T.A.JONES
 
DOC
Insertion sort
Dorina Isaj
 
Searching Sorting
guest2cb109
 
Searching & Sorting Algorithms
Rahul Jamwal
 
Algorithm & data structures lec4&5
Abdul Khan
 
Sorting Algorithms
Mohammed Hussein
 
Binary Search
kunj desai
 
linear search and binary search
Zia Ush Shamszaman
 
lecture 9
sajinsc
 
7 searching injava-binary
irdginfo
 
Linear search algorithm
NeoClassical
 
Rahat &amp; juhith
Rj Juhith
 
Divide and conquer 1
Kumar
 
Merge sort analysis and its real time applications
yazad dumasia
 
Algorithms Lecture 6: Searching Algorithms
Mohamed Loey
 
Searching linear &amp; binary search
nikunjandy
 
sorting and its types
SIVASHANKARIRAJAN
 
Lecture 3 data structures & algorithms - sorting techniques - http://techiem...
Dharmendra Prasad
 
Sorting algorithm
Balaji Nangare
 
Sorting & Linked Lists
J.T.A.JONES
 
Insertion sort
Dorina Isaj
 

Similar to Coin Changing, Binary Search , Linear Search - Algorithm (20)

PPT
4- searching.ppt
zabihniazai1
 
PPTX
Data structure
M Ramya
 
PPTX
Lecture_Oct26.pptx
SylrizcinMarieManzo3
 
PDF
IRJET- A Survey on Different Searching Algorithms
IRJET Journal
 
PDF
BINARY SEARCH - A - DATA STRUCTURE AND ALGORITHM.pdf
mebite666
 
PPTX
3.Problem Solving Techniques and Data Structures.pptx
Ganesh Bhosale
 
PDF
Algorithm and Data Structure - Binary Search
AndiNurkholis1
 
PDF
Linear and Binary Search
WinNie Sjr
 
PPT
Algorithms the fundamentals, For computer Science.ppt
CarloCimacio
 
DOCX
PPS 5.5.BASIC ALGORITHMS SEARCHING (LINEAR SEARCH, BINARY SEARCH ETC.), BASI...
Sitamarhi Institute of Technology
 
PPTX
unit 2 First.pptx Searching - Linear and Binary Search
Vaibhav Parjane
 
PPTX
Linear and Binary search .pptx
p83629918
 
PPT
Searching.ppt
SpammemeLmao
 
PPT
Searching
Muhammad Farhan
 
PPTX
Searching and Sorting algorithms and working
RitikaLohiya2
 
PPTX
data_structure_Chapter two_computer.pptx
Mohammed472103
 
PPT
ds 2-Arrays and its types and operations
kavita20193
 
PPTX
Searching techniques
ER Punit Jain
 
PPTX
sorting and searching.pptx
ParagAhir1
 
4- searching.ppt
zabihniazai1
 
Data structure
M Ramya
 
Lecture_Oct26.pptx
SylrizcinMarieManzo3
 
IRJET- A Survey on Different Searching Algorithms
IRJET Journal
 
BINARY SEARCH - A - DATA STRUCTURE AND ALGORITHM.pdf
mebite666
 
3.Problem Solving Techniques and Data Structures.pptx
Ganesh Bhosale
 
Algorithm and Data Structure - Binary Search
AndiNurkholis1
 
Linear and Binary Search
WinNie Sjr
 
Algorithms the fundamentals, For computer Science.ppt
CarloCimacio
 
PPS 5.5.BASIC ALGORITHMS SEARCHING (LINEAR SEARCH, BINARY SEARCH ETC.), BASI...
Sitamarhi Institute of Technology
 
unit 2 First.pptx Searching - Linear and Binary Search
Vaibhav Parjane
 
Linear and Binary search .pptx
p83629918
 
Searching.ppt
SpammemeLmao
 
Searching
Muhammad Farhan
 
Searching and Sorting algorithms and working
RitikaLohiya2
 
data_structure_Chapter two_computer.pptx
Mohammed472103
 
ds 2-Arrays and its types and operations
kavita20193
 
Searching techniques
ER Punit Jain
 
sorting and searching.pptx
ParagAhir1
 
Ad

More from Md Sadequl Islam (8)

PPTX
Iq test presentation file
Md Sadequl Islam
 
PPTX
Statistics in real life
Md Sadequl Islam
 
PPTX
Fourier Series - Engineering Mathematics
Md Sadequl Islam
 
PPTX
Lalbagh Fort - Historical Place in Bangladesh
Md Sadequl Islam
 
PPT
Flip Flop - Digital electronics
Md Sadequl Islam
 
PPTX
Phase Modulation , Error, Hamming Distance , GSM -Data Communication
Md Sadequl Islam
 
PPTX
Phylogenetic tree-(Rooted & Unrooted)
Md Sadequl Islam
 
PPT
Linear Equation-Powerpoint
Md Sadequl Islam
 
Iq test presentation file
Md Sadequl Islam
 
Statistics in real life
Md Sadequl Islam
 
Fourier Series - Engineering Mathematics
Md Sadequl Islam
 
Lalbagh Fort - Historical Place in Bangladesh
Md Sadequl Islam
 
Flip Flop - Digital electronics
Md Sadequl Islam
 
Phase Modulation , Error, Hamming Distance , GSM -Data Communication
Md Sadequl Islam
 
Phylogenetic tree-(Rooted & Unrooted)
Md Sadequl Islam
 
Linear Equation-Powerpoint
Md Sadequl Islam
 
Ad

Recently uploaded (20)

PDF
special_edition_using_visual_foxpro_6.pdf
Shabista Imam
 
PPTX
DESIGN OF REINFORCED CONCRETE ELEMENTS S
prabhusp8
 
PPTX
Industry 4.o the fourth revolutionWeek-2.pptx
KNaveenKumarECE
 
PDF
Complete guidance book of Asp.Net Web API
Shabista Imam
 
PDF
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Shabista Imam
 
PPTX
NEW Strengthened Senior High School Gen Math.pptx
DaryllWhere
 
PDF
FSE-Journal-First-Automated code editing with search-generate-modify.pdf
cl144
 
PPTX
How to Un-Obsolete Your Legacy Keypad Design
Epec Engineered Technologies
 
PPT
دراسة حاله لقرية تقع في جنوب غرب السودان
محمد قصص فتوتة
 
PDF
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Mark Billinghurst
 
PPTX
Comparison of Flexible and Rigid Pavements in Bangladesh
Arifur Rahman
 
PPTX
LECTURE 7 COMPUTATIONS OF LEVELING DATA APRIL 2025.pptx
rr22001247
 
PPTX
CST413 KTU S7 CSE Machine Learning Clustering K Means Hierarchical Agglomerat...
resming1
 
PDF
Complete University of Calculus :: 2nd edition
Shabista Imam
 
PDF
Generative AI & Scientific Research : Catalyst for Innovation, Ethics & Impact
AlqualsaDIResearchGr
 
PDF
輪読会資料_Miipher and Miipher2 .
NABLAS株式会社
 
PDF
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Mark Billinghurst
 
PDF
تقرير عن التحليل الديناميكي لتدفق الهواء حول جناح.pdf
محمد قصص فتوتة
 
PPTX
Stability of IBR Dominated Grids - IEEE PEDG 2025 - short.pptx
ssuser307730
 
PDF
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Mark Billinghurst
 
special_edition_using_visual_foxpro_6.pdf
Shabista Imam
 
DESIGN OF REINFORCED CONCRETE ELEMENTS S
prabhusp8
 
Industry 4.o the fourth revolutionWeek-2.pptx
KNaveenKumarECE
 
Complete guidance book of Asp.Net Web API
Shabista Imam
 
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Shabista Imam
 
NEW Strengthened Senior High School Gen Math.pptx
DaryllWhere
 
FSE-Journal-First-Automated code editing with search-generate-modify.pdf
cl144
 
How to Un-Obsolete Your Legacy Keypad Design
Epec Engineered Technologies
 
دراسة حاله لقرية تقع في جنوب غرب السودان
محمد قصص فتوتة
 
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Mark Billinghurst
 
Comparison of Flexible and Rigid Pavements in Bangladesh
Arifur Rahman
 
LECTURE 7 COMPUTATIONS OF LEVELING DATA APRIL 2025.pptx
rr22001247
 
CST413 KTU S7 CSE Machine Learning Clustering K Means Hierarchical Agglomerat...
resming1
 
Complete University of Calculus :: 2nd edition
Shabista Imam
 
Generative AI & Scientific Research : Catalyst for Innovation, Ethics & Impact
AlqualsaDIResearchGr
 
輪読会資料_Miipher and Miipher2 .
NABLAS株式会社
 
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Mark Billinghurst
 
تقرير عن التحليل الديناميكي لتدفق الهواء حول جناح.pdf
محمد قصص فتوتة
 
Stability of IBR Dominated Grids - IEEE PEDG 2025 - short.pptx
ssuser307730
 
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Mark Billinghurst
 

Coin Changing, Binary Search , Linear Search - Algorithm