Description: 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.
To Search:
File list (Check if you may need any files):
ggzxl.cpp