Sunday, December 9, 2007

What are Algorithms ??

An algorithm is a definite list of well-defined instructions for completing a task; that given an initial state, will proceed through a well-defined series of successive states, eventually terminating in an end-state. The transition from one state to the next is not necessarily deterministic; some algorithms, known as probabilistic algorithms, incorporate randomness.


The concept of an algorithm originated as a means of recording procedures for solving mathematical problems such as finding the common
divisor of two numbers or multiplying two numbers


No comments: