0
1.1kviews
| written 6.7 years ago by |
In divide and conquer approach, the problem in hand, is divided into smaller sub-problems and then each problem is solved independently.
When we keep on dividing the sub problems into even smaller sub-problems, we may eventually reach a stage where no more division is possible. Those "atomic" smallest possible sub-problem …