Description: Divide: the problem into a number of subproblems that are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward.Combine: the solutions to the subproblems into the solution of original problem.
To Search:
File list (Check if you may need any files):