Computer algorithms: Difference between revisions
m A finite set of instructions that accomplishes a particular task. |
No edit summary |
||
Line 1: | Line 1: | ||
{{mergeto|Algorithm}} |
|||
The word algorithm comes from the name of a Persian author, Abu Ja'far Mohammed ibn Musa al Khowarizmi(c.825 A.D.), who wrote a textbook on mathematics. |
The word algorithm comes from the name of a Persian author, Abu Ja'far Mohammed ibn Musa al Khowarizmi(c.825 A.D.), who wrote a textbook on mathematics. |
||
This word has taken on a special significance in computer science, where "algorithm" has come to refer to a method that can be used by a computer avin for the solution of a problem. This is what makes algorithm different from words such as process, technique, or method. |
This word has taken on a special significance in computer science, where "algorithm" has come to refer to a method that can be used by a computer avin for the solution of a problem. This is what makes algorithm different from words such as process, technique, or method. |
Revision as of 17:47, 26 May 2006
![]() |
The word algorithm comes from the name of a Persian author, Abu Ja'far Mohammed ibn Musa al Khowarizmi(c.825 A.D.), who wrote a textbook on mathematics. This word has taken on a special significance in computer science, where "algorithm" has come to refer to a method that can be used by a computer avin for the solution of a problem. This is what makes algorithm different from words such as process, technique, or method. DEFINITION: An algorithm is a finite set of instructions that, if followed, accomplishes a particular task. An algorithm is composed of a finite set of steps, each of which may require one or more operations. The possibility of a computer carrying out these operations necessitates that certain constraints be placed on the type of operations an algorithm can include.
- searched by avin..from fundamentals of computer algorithms..by ellis horowitz,sartaj sahni and sanguthevar rajasekaran.