Answer: a methodical, logical rule or procedure that guarantees solving a
particular problem
algorithm
noun
Word Origin late 17th century (denoting the Arabic or decimal notation of numbers): variant (influenced by Greek arithmos 'number') of Middle English algorism via Old French from medieval Latin algorismus. The Arabic source al-Ḵwārizmī 'the man of Ḵwārizm' (now Khiva) was a name given to the 9th-century mathematician Abū Ja'far Muhammad ibn Mūsa author of widely translated works on algebra and arithmetic.
Scrabble Points: 15
Powered by Oxford Dictionaries
An algorithm may be viewed as controlled logical deduction. This notion may be expressed as: Algorithm = logic + control. The logic component expresses the axioms that may be used in the computation and the control component determines the way in which deduction is applied to the axioms. This is the basis for the logic programming paradigm. In ...
Algorithm definition is - a procedure for solving a mathematical problem (as of finding the greatest common divisor) in a finite number of steps that frequently involves repetition of an operation; broadly : a step-by-step procedure for solving a problem or accomplishing some end.
See more videos for Algorithm
what is an algorithm one definition might be a set of steps to accomplish a task you might have an algorithm for getting from home to school for making a grilled cheese sandwich or for finding what you're looking for in the grocery store in computer science an algorithm is a set of steps for a computer program to accomplish a task algorithms put the science in computer science and finding good ...
Algorithm is a step-wise representation of a solution to a given problem. In Algorithm...