difference between divide and conquer and decrease and conquer
Answers
Answered by
2
Answer:
The decrease and conquer technique is similar to divide and conquer, except instead of partitioning a problem into multiple subproblems of smaller size, we use some technique to reduce our problem into a single problem that is smaller than the original.
Similar questions