Steps:
1. Divide the problem into 2 (generally equal) recursively(until they become simple enough to be solved)
2. Solve the simple problem
3. Combine the solution.
E.g.
MinMaxProblem