Texonom
Texonom
/
Computing
Computing
/Computing Theory/Computability Theory/Problem Solving/Dynamic Programming/
Divide and Conquer paradigm
Search

Divide and Conquer paradigm

Creator
Creator
Seonglae Cho
Created
Created
2021 Jul 22 14:38
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Oct 12 7:10
Refs
Refs

D&C algorithm

 
 
 
 
 
 
Divide-and-conquer algorithm
In computer science, divide and conquer is an algorithm design paradigm. A divide-and-conquer algorithm recursively breaks down a problem into two or more sub-problems of the same or related type, until these become simple enough to be solved directly. The solutions to the sub-problems are then combined to give a solution to the original problem.
Divide-and-conquer algorithm
https://en.wikipedia.org/wiki/Divide-and-conquer_algorithm
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Computing Theory/Computability Theory/Problem Solving/Dynamic Programming/
Divide and Conquer paradigm
Copyright Seonglae Cho