Introduction - If you have any usage issues, please Google them yourself
The basic idea of divide and conquer method is a problem of size n divided into k sub-problems of smaller, these sub-problems independent of each other and with the same original problem. Solutions to these sub-problems recursively, and then merge the various sub-solution of the problem be the solution the original problem.