Quiz on Divide and Conquer
Test your knowledge of the divide-and-conquer approach.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which is true about the divide-and-conquer approach?
A.
A problem is recursively divided.
B.
Combining smaller problems is one of the steps in the divide-and-conquer approach.
C.
Subproblems are atomic.
D.
All of the above.
1 / 6