main point of algorithm?
Answers
Answered by
11
Answer:
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. Algorithms are generally created independent of underlying languages, i.e. an algorithm can be implemented in more than one programming language.
Explanation:
An algorithm must have five properties:
Input specified.
Output specified.
Definiteness.
Effectiveness.
Finiteness.
Algorithms are very important in computer Science. The best chosen algorithm makes sure computer will do the given task at best possible manner. In cases where efficiency matter a proper algorithm is really vital to be used
PLEASE MARK AS BRAINLIEST
Answered by
31
Answer:
- Question
- Questionmain point of algorithm?
- Questionmain point of algorithm?Answer
- Questionmain point of algorithm?AnswerAlgorithm is a step by step procedure, which defines a set of instructions to be executed in certain order to get the desired output. Algorithms are generally created independent of underlying languages.
Similar questions