Representing algorithms
x

Algorithm, program, and core structures

An algorithm is a sequence of steps that can be followed to complete a task. A computer program is an implementation of that plan in a real programming language such as Python.

Representing algorithms Lesson