SlideShare a Scribd company logo
DIVIDE AND CONQUER
APROACH TOWARDS
PROBLEM SOLUTION
RASHID ANSARI
170847980002
MTECH(ACDS)
Divide and Conquer
 Basic Idea……
If the problem is easy, solve it directly
If the problem cannot be solved as is, decompose it into smaller
parts,.Solve the smaller parts
Divide and Conquer
You should think of this algorithm as having three parts:
 Divide the problem into a number of subproblems that are
smaller instances of the same problem.
 Conquer the subproblems by solving them recursively.If they
are small enough, solve the subproblems as base cases.
 Combine the solutions to the subproblems into the solution
for the original problem.
Divide and conquer
Applications
 Merge Sort
 Quick Sort
 Binary Search
 Maximum sub-array problem
Divide and Conquer aproach towards problem solution
MERGE SORT
ADVANTAGES
Solving difficult problems
Parallelism
Memory Access
THANKYOU

More Related Content

PPTX
Decision trees
PPT
Least Common Denominator
PPTX
Introduction-to-Divide-and-Conquer_(1).pptx
PPTX
Divide and Conquer Approach.pptx
PPTX
Data Structure and Algorithm - Divide and Conquer
PDF
divide and conquer - data structured and algorithms
PDF
Divide and Conquer Case Study
PPT
Divide and conquer algorithm
Decision trees
Least Common Denominator
Introduction-to-Divide-and-Conquer_(1).pptx
Divide and Conquer Approach.pptx
Data Structure and Algorithm - Divide and Conquer
divide and conquer - data structured and algorithms
Divide and Conquer Case Study
Divide and conquer algorithm

Similar to Divide and Conquer aproach towards problem solution (20)

PPTX
3. CPT121 - Introduction to Problem Solving - Module 1 - Unit 3.pptx
PPT
Designing Algorithms using Divide and Conquer Approach
PPTX
Algorithm Using Divide And Conquer
PPTX
Daa unit 2
PPTX
Daa unit 2
PPTX
Module 2_ Divide and Conquer Approach.pptx
PPTX
Mastering on Divide and Conquer Algorithm
PPTX
Analysis of Algorithm II Unit version .pptx
PPTX
Divide & conqre
PPT
Divide and conquer
PPTX
Design and Analysis of Algorithm in Compter Science.pptx
PPTX
Divide and conquer
PPTX
Divide And Conquer.pptx
PPTX
DIVIDE AND CONQUERMETHOD IN DATASTRUCTURE.pptx
PPTX
Algorithm in computer science
PDF
Chapter 9 divide and conquer handouts with notes
PPTX
Divide and Conquer - Part 1
PDF
Basic Problems and Solving Algorithms
PPTX
Divide and Conquer / Greedy Techniques
3. CPT121 - Introduction to Problem Solving - Module 1 - Unit 3.pptx
Designing Algorithms using Divide and Conquer Approach
Algorithm Using Divide And Conquer
Daa unit 2
Daa unit 2
Module 2_ Divide and Conquer Approach.pptx
Mastering on Divide and Conquer Algorithm
Analysis of Algorithm II Unit version .pptx
Divide & conqre
Divide and conquer
Design and Analysis of Algorithm in Compter Science.pptx
Divide and conquer
Divide And Conquer.pptx
DIVIDE AND CONQUERMETHOD IN DATASTRUCTURE.pptx
Algorithm in computer science
Chapter 9 divide and conquer handouts with notes
Divide and Conquer - Part 1
Basic Problems and Solving Algorithms
Divide and Conquer / Greedy Techniques
Ad

More from Rashid Ansari (13)

PPTX
Fog Computing
PPTX
Spatial computing and social media in the context of disaster management
PPTX
Random forest algorithm
PPTX
Predicting students performance in final examination
PPTX
Heterogeneous computing
PPTX
Affective color in visualization
PPTX
Greedy aproach towards problem solution
PPTX
Linear Programming
PPTX
Big data visualization
PPTX
Riot games
PPTX
BI in Enterprise
PPTX
Modern database
PPTX
Structured query language
Fog Computing
Spatial computing and social media in the context of disaster management
Random forest algorithm
Predicting students performance in final examination
Heterogeneous computing
Affective color in visualization
Greedy aproach towards problem solution
Linear Programming
Big data visualization
Riot games
BI in Enterprise
Modern database
Structured query language
Ad

Recently uploaded (20)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Empathic Computing: Creating Shared Understanding
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Approach and Philosophy of On baking technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Unlocking AI with Model Context Protocol (MCP)
Advanced methodologies resolving dimensionality complications for autism neur...
Chapter 3 Spatial Domain Image Processing.pdf
Encapsulation theory and applications.pdf
Machine learning based COVID-19 study performance prediction
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Building Integrated photovoltaic BIPV_UPV.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Empathic Computing: Creating Shared Understanding
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Assigned Numbers - 2025 - Bluetooth® Document
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
A comparative analysis of optical character recognition models for extracting...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Approach and Philosophy of On baking technology
Encapsulation_ Review paper, used for researhc scholars
Review of recent advances in non-invasive hemoglobin estimation
Unlocking AI with Model Context Protocol (MCP)

Divide and Conquer aproach towards problem solution