Define algorithm define its characteristics with example
Answers
Answered by
1
Explanation:
algorithm is a step by step procedure to solve a given problem.
ex.print sum of two no.
1. input first no.
2. input second no.
3. add two no.
Answered by
29
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.
Similar questions