1.1 Computer Algorithms
1.1 Computer Algorithms
ALGORITHMS
ALGORITHM
An algorithm is a set of instructions designed
to perform a specific task.
An algorithm is a specific procedure for solving
a well-defined computational problem.
This can be a simple process, such as
multiplying two numbers, or a complex
operation, such as playing a compressed video
file.
In computer programming, algorithms are
often created as functions.