Algorithm Definition

Algorithm Definition:
An algorithm is an effective method for solving a problem using a finite sequence of instructions. Algorithms are used for calculation, data processing, and many other fields.
An algorithm is a sequence of unambiguous instructions for solving a problem
Each algorithm is a list of well-defined instructions for completing a task. Starting from an initial state, the instructions describe a computation that proceeds through a well-defined series of successive states, eventually terminating in a final ending state.
A formula or set of steps for solving a particular problem.Algorithms can be expressed in any language, from natural languages like English or French to programming languages like FORTRAN.
Algorithms are only as good as the instructions given, however, and the result will be incorrect if the algorithm is not properly defined
An Algorithm is  a step by step method for solving a problem.
It’s purpose is to break a larger task down so that each step can be carried out without creativity

No comments: