Computer Science, asked by shariquarazi, 4 months ago

difference between divide and conquer and decrease and conquer​

Answers

Answered by Jyotisna
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