Algorithm Introduction
Algorithm: is a set of instructions for solving a problem. That means algorithm is a procedure for solving a problem based on conducting a sequence of specified actions.
Divide and Conquer Algorithm:
How it Works?
- Breaking the problems into several sub - problems.
- Solve the problem recursively.
- Combined the solution.
See the following image:
Thank you
Comments
Post a Comment