Computer Science, asked by Riasingh6723, 1 year ago

Advantages and disadvantages in algorithm

Answers

Answered by āmıt
22
Advantages of Algorithms:

It is a step-wise representation of a solution to a given problem, which makes it easy to understand.

An algorithm uses a definite procedure.It is not dependent on any programming language, so it is easy to understand for anyone even without programming knowledge.

Every step in an algorithm has its own logical sequence so it is easy to debug.

By using algorithm, the problem is broken down into smaller pieces or steps hence, it is easier for programmer to convert it into an actual program.

■■■■■■■■■■■■■■■■

Disdvantages of Algorithms:

Alogorithms is Time consuming.

Difficult to show Branching and Looping in Algorithms.

Big tasks are difficult to put in Algorithms.
Similar questions