what is an algorithm? writing any 3 characteristics of an algorithm.
Answers
Answered by
3
Explanation:
In mathematics and computer science, an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation.
Characteristics of an Algorithm
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. Finiteness − Algorithms must terminate after a finite number of steps.
Answered by
0
Answer:
An Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output.
Explanation:
Three characteristics of an algorithm=
- Input
- Output
- Finiteness
Similar questions