This post extracts some knowledge from Chapter 1 -- The Role of Algorithms in Computing.
Algorithms
An algorithm is a sequence of computational steps that transform the input into the output.
Algorithms that receive their input over time, rather than having all the input present at the start, are online algorithms.
Algorithms as a technology
原文链接:https://zhuang.dev/reading/introduction-to-algorithms/01-the-role-of-algorithms-in-computing/
