Divide-and-Conquer
- A small set of instructions/ statements can handle a small programming task.
- However, what if a programming task of over hundreds or thousands lines of code?
- We have to Divide the task into chunks (sub-tasks) of manageable size.
- We then Conquer the sub-tasks one-by-one.
|
Facebook