0
509views
Explain the characteristics of algorithm
1 Answer
0
40views

An algorithm is a well-defined procedure that allows a computer to solve a problem.

Characteristics of an algorithm are :-

  1. Unambiguous : Algorithm should be clear and unambiguous. Each of its steps should be clear.
  2. Input : An algorithm should have 0 or more well-defined inputs.
  3. Output : A algorithms …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.