This is a strategy where we divide the problem into smaller sub-problems. By solving the smaller sub-problems, we obtain the solution for the main problem.
This strategy was said to be used by the great Napolean himself ...
Under this paradigm, we will be learning Merge Sort :
The algorithm goes like this ...
Click the button below to see how merge sort works ...