x

What an algorithm really is

An algorithm is a precise, finite sequence of unambiguous steps that solves a problem. In Computer Science, you often design the algorithm first so the logic is clear before any real code is written.

Designing, creating and refining algorithms Lesson