define algorithm ? explain it's properties?
Answers
Answered by
4
An algorithm is a finite set of instructions that, if followed, accomplishes a particular task. An algorithm is a sequence of computational steps that transform the input into a valuable or required output. Any special method of solving a certain kind of problem is known as algorithm
An algorithm must have five properties:
- Input specified.
- Output specified.
- Definiteness.
- Effectiveness.
- Finiteness.
hope it will help you buddy :)
Answered by
2
Answer:
In mathematics and computer science, an algorithm (/ˈælɡərɪðəm/ ( listen)) is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation.
An algorithm must have five properties:
- Input specified.
- Output specified.
- Definiteness.
- Effectiveness.
- Finiteness.
Similar questions