(A) Divide: the problem into a small number of pieces
(B) Conquer: solve each piece by applying divide and conquer to it recursively
(C) Combine: the pieces together into a global solution
(D) All of the above
»Important Links:
Online Test Preparation and Mcqs Website.
(A) Divide: the problem into a small number of pieces
(B) Conquer: solve each piece by applying divide and conquer to it recursively
(C) Combine: the pieces together into a global solution
(D) All of the above