Computer Science, asked by technologicalworld12, 1 month ago

The strategy divides a complex problem into smaller problems.
a. Hide and seek
b. Divide and conquer
c. Check and balance
d. Check and improve

Answers

Answered by BrainlyHH
1

Answer :-

The strategy divides a complex problem into smaller problems is called Divide and conquer.

Explanation :-

Divide and Conquer is a recursive problem solving approach which break a problem into smaller subproblems, recursively solve the subproblems, and finally combines the solutions to the subproblems to solve the original problem. This method usually allows us to reduce the time complexity to a large extent.

Answered by IILittleHeartll
0

I don't know answer of this question

Similar questions