Google News
logo
Algorithm - Quiz(MCQ)
An algorithm in which we divide the problem into subproblem and then we combine the subsolutions to form solution to the original problem is known as _________
A)
Brute Force
B)
Divide and Conquer
C)
GreedyAlgorithm
D)
None of the above

Correct Answer : Option (A) :   Divide and Conquer

Advertisement