2.1 Divide and Conquer
2.1 Divide and Conquer
It is a strategy that breaks the problem into several subproblems that are
similar to the original problem but smaller in size, solve the subproblems
recursively, and then combine these solutions to create a solution to the
original problem.