Physics, asked by shilpa52460, 28 days ago

what is an algorithm? what are the characteristics of an algorithm.​

Answers

Answered by XxMrGamingKingXx
11

Answer:

Algorithm is a step by step procedure, which defines a set of instructions to be executed in certain order to get the desired output. An algorithm are generally analyzed on two factors − time and space. Following are the characteristics of Algorithm: Unambiguous − Algorithm should be clear and unambiguous

Answered by PriyankaPriyanka
11

Answer:

A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer is called Algorithm.

Characteristics of an algorithm:-

  • Each of its steps, and their inputs/outputs should be clear and must lead to only one meaning.
  • Input - an algorithm should have 0 or more well-defined inputs.
  • Output - An algorithm should have 1 or more well-defined outputs and should match the desired output.
Similar questions