📜  什么是算法 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:22.355000             🧑  作者: Mango

代码示例1
An algorithm is a set of instructions designed to perform a specific task.
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.