Skip to content

Divide And Conquer Algorithms#1790

Open
Abhiram128 wants to merge 1 commit intoupgrad-edu:masterfrom
Abhiram128:master
Open

Divide And Conquer Algorithms#1790
Abhiram128 wants to merge 1 commit intoupgrad-edu:masterfrom
Abhiram128:master

Conversation

@Abhiram128
Copy link
Copy Markdown

Divide and Conquer is a powerful algorithmic paradigm used to solve complex problems by breaking them into smaller subproblems, solving those subproblems independently, and combining their solutions.
Examples - Merge Sort , Binary Search, Quick Sort etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant