+2 votes
in Class 11 by kratos

What are the advantages and disadvantages of an algorithm?

1 Answer

+4 votes
by kratos
 
Best answer

Advantages:

  1. Easy to understand since it is written in universally a spoken language like English.

  2. It consists of a finite number of steps to produce the result.

  3. Easy to first develop the algorithm.

  4. It is independent of any programming language, (universal).

  5. Easy program maintenance.

Disadvantages:

1.It is time-consuming and difficult to understand for larger and complex problems.

  1. Understanding complex logic through algorithms would be difficult.
...