Computer Science, asked by durgeshkatyayni, 1 year ago

What is an algorithm explain the characteristics of an algorithm?​

Answers

Answered by Rosetheace
5

Answer:

The characteristics of a good algorithm are: Precision – the steps are precisely stated(defined). Uniqueness – results of each step are uniquely definedand only depend on the input and the result of the precedingsteps. Finiteness – the algorithm stops after a finite number ofinstructions are executed.

Answered by Anonymous
8

Answer:-

An algorithm is a step by step procedure for solving an problem.Algorthims are used for calculating, data processing and automatic reasoning.

Similar questions