Open In App

Divide and Conquer Algorithm

Last Updated : 15 Nov, 2024
Summarize
Comments
Improve
Suggest changes
Like Article
Like
Save
Share
Report
News Follow

Divide and Conquer algorithm is a problem-solving strategy that involves.

  • Divide : Break the given problem into smaller non-overlapping problems.
  • Conquer : Solve Smaller Problems
  • Combine : Use the Solutions of Smaller Problems to find the overall result.

Examples of Divide and Conquer are Merge Sort, Quick Sort, Binary Search and Closest Pair of Points.

Divide-and-Conquer-banner

Basics of Divide and Conquer Algorithm:

Standard Algorithms on Divide and Conquer Algorithm:

Practice problems on Divide and Conquer Algorithm:

Problems Based on Standard Divide and Conquer Algorithms

Quick Links :


Similar Reads

Article Tags :
Practice Tags :
three90RightbarBannerImg